试图安装MySQL-python-1.2.3,但是我收到了一个错误

时间:2010-09-10 13:51:53

标签: python mysql

这是我在尝试安装MySQL-python-1.2.3时遇到的错误。任何想法?

Traceback (most recent call last):
  File "C:\Documents and Settings\Desktop\MySQL-python-1.2.3\setup.py", line 15, in <module>
metadata, options = get_config()
  File "C:\Documents and Settings\Desktop\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

尝试在Windows XP机器上的Python 2.7上安装它

2 个答案:

答案 0 :(得分:8)

请查看此页面:http://www.lfd.uci.edu/~gohlke/pythonlibs/并搜索“MySQL-python”。你会发现一些预编译的MySQL-python for Windows包。也许其中一个会对你好。

使用其中一个(对于Windows 7)是我发现使MySQL-python在Windows上运行的唯一方法。

答案 1 :(得分:1)

有关如何解决此问题的一步一步:http://www.fuyun.org/2009/12/install-mysql-for-python-on-windows/