Message 102419 - 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

This looks rather unlikely. Can you type "import _ssl" and then check _ssl.file to see if it's the one that's just been compiled? Or did compilation fail?