您的位置:首页 > 理论基础 > 计算机网络

python - ImportError: No module named http.cookies error when installing cherrypy 3.2 - Stack Overflow

2013-08-28 15:14 731 查看
python - ImportError: No module named http.cookies error when installing cherrypy 3.2 - Stack Overflow

You need SSL support.

on ubuntu:
sudo apt-get install libssl-dev
.
on centos:
yum install openssl-devel
.
open
python-path/Modules/Setup.dist
, uncomment the SSL related content (make sure the SSL variable points to your SSL installation path).
recompile python,
./configure --enable-ssl & make & make install
.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐