Antoine Pitrou added the comment:

Do you build Python yourself? If so, check for any errors pertaining to the ssl 
module in the "make" output. "_ssl_failed.so" implies the module was built, but 
the resulting file failed to be imported dynamically by the interpreter, and 
thus was renamed to "XXX_failed.so".

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to