Python Will Not Send Email!!
Kev Dwyer
kevin.p.dwyer at gmail.com
Thu Nov 19 17:01:15 EST 2009
On Thu, 19 Nov 2009 11:28:37 -0400, Victor Subervi wrote:
Hello Victor,
There are some pages on the internet that suggest that this problem my be
caused by a module named email.py (or email.pyc) in your pythonpath. If
you try import smtplib in the interpreter do you get this error message?
If so, start a new interpreter session and try import email - is the
email module imported from the stdlib?
If these steps don't help, it might be useful if you can tell us which
Linux distribution you are using.
Cheers,
Kev
More information about the Python-list
mailing list