This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author a568953256
Recipients a568953256
Date 2015-11-01.02:22:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446344567.35.0.253230006676.issue25526@psf.upfronthosting.co.za>
In-reply-to
Content
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 recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/bae/nanxiu/software/Python-2.7.10/Lib/ssl.py", line 97, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: No module named _ssl
>>>
History
Date User Action Args
2015-11-01 02:22:47a568953256setrecipients: + a568953256
2015-11-01 02:22:47a568953256setmessageid: <1446344567.35.0.253230006676.issue25526@psf.upfronthosting.co.za>
2015-11-01 02:22:47a568953256linkissue25526 messages
2015-11-01 02:22:46a568953256create