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
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python