python无法安装mysql库

时间:2014-06-08 22:03:36

标签: python mysql python-2.7 pip

我想从python

连接到mysql数据库

我尝试这样做:pip install mysql-python因为这个问题建议No module named MySQLdb

但我得到了这个例外

Cleaning up...
Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\use
rs\\user\\appdata\\local\\temp\\pip_build_User\\mysql-python\\setup.py';exec(com
pile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __f
ile__, 'exec'))" install --record c:\users\user\appdata\local\temp\pip-kkagjy-re
cord\install-record.txt --single-version-externally-managed --compile failed wit
h error code 1 in c:\users\user\appdata\local\temp\pip_build_User\mysql-python
Storing debug log for failure in C:\Users\User\pip\pip.log

在我的python代码中,我不断收到此错误

No module named MySQLdb

我正在使用Windows 7

1 个答案:

答案 0 :(得分:1)

我自己找到了解决方案

http://www.codegood.com/archives/129

下载那就够了