Please try it out and let me know if you can receive registration emails
now.
-Itamar
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Could you file a ticket at twistedmatrix.com? Thanks!
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
We're deploying Zenoss and found that some of the email alert messages that
were being delivered to Zenoss were not being properly handled. The problem
turns out to be an omission in the Python Twisted SMTP class in that it cannot
handle an email address that contains an address-literal (cf. Sec
Did you install pycrypto as well? I think you need to "import Crypto"
(uppercase "C")
I've got an application written in Twisted that uses pyOpenSSL. It
also needs pyasn1, but I forget why. I think the most recent version
of pycrypto required it.
My app is currently using:
Python 2.7.1
After performing a straight-forward install of pyOpenSSL I am getting the
following strange import error. Suggestions appreciated!
# python
Python 2.6.6 (r266:84292, Dec 7 2011, 20:38:36)
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more i