At Tuesday 7/11/2006 13:24, Sorin Schwimmer wrote:

I'm trying to use the smtplib - I did it so many times already. The import statement fails, as the
SMTP name cannot be imported. Digging more, I found that SMTP fails because
email.base64MIME cannot be imported (ImportError:No module named base64MIME).
I don't understand why, as the file is in the right location, has the correct access rights (I'm on Linux), and it's content is not corrupt. I also tried to import email.__init__ and end up with the same error.

The only way that works is to navigate to the email directory and perform the import base64MIME there.

What may have happened?

I bet you have an email.py somewhere in your sources...


--
Gabriel Genellina
Softlab SRL
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to