我剛剛在我的win7機器上安裝了python 2.6。 現在我試圖安裝mysqldb。但是當運行「python setup.py install」安裝python Mysql模塊
C:\MySQL-python-1.2.3c1>python setup.py install
Traceback (most recent call last):
File "setup.py", line 15, in <module>
metadata, options = get_config()
File "C:\MySQL-python-1.2.3c1\setup_windows.py", line 7, in get_config
serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,
options['registry_key'])
WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
(System cannot find the given file)
但是哪個文件? 感謝您的幫助!