Installing twisted.mail.smtp

Posted by user3506985 on Stack Overflow See other posts from Stack Overflow or by user3506985
Published on 2014-06-09T09:20:31Z Indexed on 2014/06/09 9:24 UTC
Read the original article Hit count: 234

Filed under:
|

I am using Ubuntu 14.04 and trying to install twisted.mail.smtp using the following commnands

-sudo add-apt-repository ppa:jesstess/twisted-12.1-testing -sudo apt-get update

There are no errors in the installation,but when I specify the command that is

from twisted.mail.smtp import ESMTPSenderFactory 

I am getting the following error

Error: ImportError: No module named mail.smtp

Please help me out

© Stack Overflow or respective owner

Related posts about python-2.7

Related posts about twisted