[Twisted-Python] Have you had problems registering with twistedmatrix.com? It may be fixed now

2012-02-13 Thread Itamar Turner-Trauring
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

Re: [Twisted-Python] Problem with address-literals and SMTP

2012-02-13 Thread Itamar Turner-Trauring
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

[Twisted-Python] Problem with address-literals and SMTP

2012-02-13 Thread George Pajari
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

Re: [Twisted-Python] installing pyOpenSSL on Centos6 help

2012-02-13 Thread John Santos
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

[Twisted-Python] installing pyOpenSSL on Centos6 help

2012-02-13 Thread Tom Sheffler
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