http://meetbill.github.io/
分类: LINUX
2015-09-27 13:59:50
错误提示:RuntimeError: Compression requires the (missing) zlib module
解决方法:
#################################################################################################
yum install zlib
yum install zlib-devel
安装完成后,重新编译 python2.7【不需要删除,只需要重新编译,make,安装就行了】
#################################################################################################
然后重新安装setuptools:
cd setuptools-0.6c11
python setup.py install