Installing twisted.mail.smtp
- by user3506985
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