can't not install Distribute, zlib

寵の児 提交于 2019-12-05 08:44:17

Finally, I solved it by re-install python3.2 with zlib.

1 Of course, you need to install zlib first. and you can find zlib.h in /usr/include

2

./configure -with-zlib=/usr/include
make 
sudo make install

from http://www.1stbyte.com/2005/06/26/configure-and-compile-python-with-zlib/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!