[Twisted-Python] installing pyOpenSSL on Centos6 help

Tom Sheffler tom.sheffler at gmail.com
Mon Feb 13 14:54:43 EST 2012


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 information.
>>> import OpenSSL
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "OpenSSL/__init__.py", line 40, in <module>
    from OpenSSL import crypto
ImportError: cannot import name crypto



Regards,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20120213/c61e7bfb/attachment.htm 


More information about the Twisted-Python mailing list