Email in 2.6.4

dirknbr dirknbr at googlemail.com
Mon May 24 09:59:24 EDT 2010


I have now easy_installled email and I still get errors.

It doesn't error on 'import email' but does on call to MimeText.

import email
msg = MIMEText('test')

NameError: name 'MIMEText' is not defined

What should I do?



More information about the Python-list mailing list