Seite 1 von 1

Mysql-Python Fehlermeldung beim Installieren

Verfasst: Samstag 19. November 2011, 10:11
von Table
Ich versuche die blog demo von Tornado aufzurufen, jedoch brauche ich Mysqldb dafür.

Ich habe versucht Mysql-Python zu installieren, und bekomme folgende Fehlermeldung:

Code: Alles auswählen

c:\MySQL-python-1.2.3>setup.py install
Traceback (most recent call last):
  File "C:\MySQL-python-1.2.3\setup.py", line 15, in <module>
    metadata, options = get_config()
  File "C:\MySQL-python-1.2.3\setup_windows.py", line 7, in get_config
    serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_ke
y'])
WindowsError: [Error 2] The system cannot find the file specified
Was wird hier benötigt?