Window7下使用“pip”安装“[MySQL]”
遇到错误
Python Version 2.7 required which was not found in the registry
Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat
安装完 VC++后,又出现错误
提示错误:
_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h':no such file or directory
最后解决办法:
最终还是直接去安装MySQL-python 1.2.3 for Windows :
(http://www.codegood.com/archives/129 )。