Message102418
>>> 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
... |
|
| Date |
User |
Action |
Args |
| 2010-04-05 21:57:18 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, loewis, janssen, pitrou, benjamin.peterson, flox |
| 2010-04-05 21:57:18 | giampaolo.rodola | set | messageid: <[email protected]> |
| 2010-04-05 21:57:16 | giampaolo.rodola | link | issue8321 messages |
| 2010-04-05 21:57:16 | giampaolo.rodola | create | |
|