[issue25526] (python2.7.10)ImportError: No module named _ssl

2015-10-31 Thread Zachary Ware
Zachary Ware added the comment: Do "yum install openssl-devel", then rebuild Python. There are probably other modules that also didn't build, setup.py will report them at its end. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue25526] (python2.7.10)ImportError: No module named _ssl

2015-10-31 Thread nanxiu
New submission from nanxiu: After I install python2.7.10 I run:import ssl,then I find this error: Python 2.7.10 (default, Oct 29 2015, 04:13:03) [GCC 3.4.5 20051201 (Red Hat 3.4.5-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ssl Traceback (most