Re: email libraries in python?

  • From: "ridge007@xxxxxxxxxxx" <Ridge007@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Wed, 7 Jan 2009 22:26:40 -0500

Perhaps someone else on the list can explain the difference in the packages. 
For example, what would be one compelling reason to choose one flavor over 
another? is it just preference or functionality? Does one has better speech 
support than another? etc...!
Thanks, Rob!
----- Original Message ----- 
From: "Tyler Littlefield" <tyler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Wednesday, January 07, 2009 9:47 PM
Subject: Re: email libraries in python?


some of the packages are different, etc.
haven't used ubuntu all that much though, to be able to comment.


Thanks,
Tyler Littlefield
http://tysdomain.com

----- Original Message ----- 
From: "ridge007@xxxxxxxxxxx" <Ridge007@xxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Wednesday, January 07, 2009 7:37 PM
Subject: Re: email libraries in python?


> what is the difference between Debian and Ubuntu? Do you know?
> Rob
> ----- Original Message ----- 
> From: "Tyler Littlefield" <tyler@xxxxxxxxxxxxx>
> To: <programmingblind@xxxxxxxxxxxxx>
> Sent: Monday, January 05, 2009 9:34 PM
> Subject: Re: email libraries in python?
>
>
> hello,
> It is definately linux, debian to be exact.
>
>
> Thanks,
> Tyler Littlefield
> http://tysdomain.com
>
> ----- Original Message ----- 
> From: "ridge007@xxxxxxxxxxx" <Ridge007@xxxxxxxxxxx>
> To: <programmingblind@xxxxxxxxxxxxx>
> Sent: Monday, January 05, 2009 7:02 PM
> Subject: Re: email libraries in python?
>
>
>> Hi Ty,
>> Which OS are you using, is it Linux?
>> Thanks, Rob!
>> ----- Original Message ----- 
>> From: "Tyler Littlefield" <tyler@xxxxxxxxxxxxx>
>> To: <programmingblind@xxxxxxxxxxxxx>
>> Sent: Tuesday, December 30, 2008 11:55 AM
>> Subject: email libraries in python?
>>
>>
>> Hello list,
>> I was trying to make a mail sender of sorts in python, and have a
>> question.
>> #!/usr/bin/python2.5
>> import sys
>> import atexit
>> import smtplib
>> from email.mime.text import MIMEText
>> the compiler errors: I'm using 2.5, and it says email v4 was distributed
>> with 2.5... here's the error
>> Traceback (most recent call last):
>>  File "./email.py", line 4, in <module>
>>    import smtplib
>>  File "/usr/lib/python2.5/smtplib.py", line 46, in <module>
>>    import email.Utils
>>  File "/home/tyler/email.py", line 5, in <module>
>>    from email.mime.text import MIMEText
>> ImportError: No module named mime.text
>> tyler@tds:~$
>>
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/programmingblind
>>
>>
>> __________ NOD32 3741 (20090105) Information __________
>>
>> This message was checked by NOD32 antivirus system.
>> http://www.eset.com
>>
>>
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>
> __________ NOD32 3749 (20090107) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: