为python2.6安装mysqldb的问题

时间:2010-06-14 11:33:27

标签: python mysql

我的mysql数据库位于远程计算机上......所以我的本地机器上没有mysql的任何本地副本..我收到注册表项错误...(找不到文件)...

serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified

我认为它需要有一个mysql的本地副本...如何为驻留在另一台机器上的数据库安装mysqldb ???

1 个答案:

答案 0 :(得分:0)

您确实需要MySQL的本地副本才能编译Python的MySQL扩展。 This page似乎包含Windows的分步指南。

但是,您可能会对pre-compiled MySQL module感到幸运。这适用于Python 2.6。