Message 102418 - Python tracker (original) (raw)
import ssl Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/ssl.py", line 62, in from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION ImportError: cannot import name OPENSSL_VERSION_NUMBER
Just in case it's my fault, here's what I've done before importing ssl module:
svn up Updated to revision 79814. make distclean ... ./configure ; make ; make install ...