Open GoogleCodeExporter opened 9 years ago
ValueError: This extension should not be used with Python 2.6 or later
(already built in)
and you are using 2.6
I would think that the first part of the error message is misleading and that
the problem comes from the fact the extension is *already built*.
But the easy_install package should detect whether the native Python ssl module
is present.
Check anyway if you can import ssl
python
>>> import ssl
>>> import _ssl2
(to be safe remove __init__.pyc in the /ssl )
Original comment by danielle...@gmail.com
on 16 Jul 2010 at 5:13
Original issue reported on code.google.com by
john.dor...@gmail.com
on 11 Feb 2010 at 4:07Attachments: