python ssl
698 ワード
Oracle LinuxにPython 2をインストールします.7.11,インストール後に発見(ネット上の各種解釈の依存はすべて備えている)
しかしPython 2がインストール.7.9でimport sslを実現
穴!
Python 2.7.11 (default, Mar 19 2018, 15:19:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
Traceback (most recent call last):
File "", line 1, in
File "/usr/feixiaohui/python/lib/python2.7/ssl.py", line 97, in
import _ssl # if we can't import it, let the error propagate
ImportError: No module named _ssl
>>> exit()
しかしPython 2がインストール.7.9でimport sslを実現
穴!