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 giampaolo.rodola
Recipients benjamin.peterson, flox, giampaolo.rodola, janssen, loewis, pitrou
Date 2010-04-05.21:57:16
SpamBayes Score 2.7915983e-09
Marked as misclassified No
Message-id <1270504638.15.0.362581309407.issue8321@psf.upfronthosting.co.za>
In-reply-to
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



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
...
History
Date User Action Args
2010-04-05 21:57:18giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, janssen, pitrou, benjamin.peterson, flox
2010-04-05 21:57:18giampaolo.rodolasetmessageid: <1270504638.15.0.362581309407.issue8321@psf.upfronthosting.co.za>
2010-04-05 21:57:16giampaolo.rodolalinkissue8321 messages
2010-04-05 21:57:16giampaolo.rodolacreate