我收到一个错误,因为该ssl
模块不可用
如果我help('modules')
从 python 解释器运行,它会列在那里
当我尝试从解释器导入它时,我得到
>>> import ssl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/ssl.py", line 60, in <module>
import _ssl # if we can't import it, let the error propagate