It is not recommended to install Mysql-python with PIP because this version of mysql-python1.2.5 is automatically selected, but this version does not support Windows 32-bit systems.
1. First install VS2008, because to rely on VC9.0 compile Mysql-python, or to Microsoft official download Vcforpython27.msi, can, if installed VS2008 also reported wrong, then must install Vcforpython27.msi.
2. Download the mysql-python1.2.3 version. (The script house has been packaged, direct download is good http://www.jb51.net/softs/73369.html)
3. Then install it directly. After installation, test whether the installation is successful
D:\>python
Python 2.7.10 (default, May, 09:40:32) [MSC v.1500 + bit (Intel)] on WI
N32
Type "Help", "copyright", "credits" or "license" for more information.
>>> Import MySQLdb
>>>
If importing MYSQLDB does not error, the installation is successful.
Windows32 bit installation mysql-python1.2.3