[issue8321] Give access to openssl version number

Giampaolo Rodola' report at bugs.python.org
Mon Apr 5 23:57:18 CEST 2010


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

>>> 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
...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8321>
_______________________________________


More information about the Python-bugs-list mailing list