http://www.cc.gatech.edu/classes/AY2012/cs2316_fall/presentations/HOWTO_install_pymysql_windows.pdf 1. go to the fold of the package you want to install, it should have a "setup.py" file 2. run the command in cmd C:\Python27\python.exe setup.py
一般情况下,无需自己安装Python.因为在大多数Linux版本中,如Fedora,Ubuntu等,都已经默认安装了Python,但也可以根据需要自定义安装Python.下面使用源码编译安装来举个例子. 下载源码包.http://www.python.org/getit/ 总体概要: $ tar –jxvf Python-2.5.2.tar.bz2 $ cd Python-2.5.2 $ ./configure $ make $ make inst
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1src/pycurl.h:164:28: fatal error: openssl/ssl.h: No such file or directorycompilation terminated. #apt-get install libssl-dev 原文地址:https://www.cnblogs.com/xiaomj/p/9192110.html