在Windows 7上安装Python MySQLdb时出错

时间:2011-04-15 14:19:15

标签: python windows-7 mysql-python activestate

请参阅以下stacktrace,这是权限问题吗?

C:\Project\MySQL-python-1.2.3>python setup.py
Traceback (most recent call last):
  File "setup.py", line 15, in <module>
    metadata, options = get_config()
  File "C:\Project\MySQL-python-1.2.3\setup_windows.py", line 7, in get_config
    serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified

C:\Project\MySQL-python-1.2.3>

Python版本是(ActiveState)2.7.1

3 个答案:

答案 0 :(得分:3)

MySQL是先决条件,如MySQLDb的README中所述

答案 1 :(得分:1)

同样的问题,安装了相同版本的Python和MySQL(作为XAMPP的一部分)。据推测,先决条件是“vanilla”MySQL安装,而不是包含在* AMP包中的。

这不是从tarball安装问题的答案,但是这个站点提供了与ActiveState Python 2.7.1和Windows 7兼容的MySQLdb的二进制包: -

http://servut.us/akx/2010/09/mysqldb-windows-binaries-python-26-27/

答案 2 :(得分:0)

编辑site.cfg文件中的以下行,它是mysql-python构建目录的一部分,指向您的MySQL位置。

registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0