1. 安装MySQLdb+python2.7.12
python2.7.6在安装pip时报错,已经不支持该版本了;
2. 安装pip
在Python的Scripts路径下通过如下命令安装:easy_install.exe pip
3. 安装pyspider的依赖库pycurl
安装命令:pip install pycurl
4. 安装pyspider
安装命令:pip install pyspider
安装过程中报错:Microsoft Visual C++ 9.0 is required
根据提示下载相应的编译包安装后继续报错,(参考网页:http://blog.csdn.net/roler_/article/details/40398789)
Cannot open include file: 'libxml/xpath.h': No such file or directory
下载相应的库并安装,(参考网页:http://www.cnblogs.com/caochuangui/p/5980469.html)