This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, flox, giampaolo.rodola, janssen, loewis, pitrou
Date 2010-04-05.22:05:38
SpamBayes Score 6.849586e-07
Marked as misclassified No
Message-id <1270505256.3446.18.camel@localhost>
In-reply-to <1270504638.15.0.362581309407.issue8321@psf.upfronthosting.co.za>
Content
> >>> import ssl
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/local/lib/python2.7/ssl.py", line 62, in <module>
>     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?
History
Date User Action Args
2010-04-05 22:05:39pitrousetrecipients: + pitrou, loewis, janssen, giampaolo.rodola, benjamin.peterson, flox
2010-04-05 22:05:38pitroulinkissue8321 messages
2010-04-05 22:05:38pitroucreate