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

2012-02-14 Thread exarkun
On 13 Feb, 07:54 pm, tom.sheff...@gmail.com wrote: >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

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