#出现以上的问题,是因为 Python没有安装SSL模块,需要和从新编译安装python,即可。

1)系统下,安装openssl,openssl-devel

#yum install openssl
#yum install openssl-devel

2)重新编译python
进入Python的安装目录

#./configure
#make all
#make install
#make clean
#make distclean

3)OK


Profeel
289 声望17 粉丝

Brilliant's everywhere.