File "c:\Users\tamer\Downloads\MySQL-python-1.2.3\setup_windows.py", line 7,
in get_config serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options)
WindowsError: Das System kann die angegebene Datei nicht finden
c:\Users\tamer\Downloads\MySQL-python-1.2.3>
Any ideas how to solve that?!
Tamer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi people!
I have tried to install in a virtualenvironment, mysql-python. But I receive
this error on the screen:
c:\Users\tamer\Downloads\MySQL-
python-1.2.3>Z:\PyENV\win\EinweisungsAPPEnv\Scripts\python.exe setup.py
install
Traceback (most recent call last):
File "setup.py", line 15, in <module>
metadata, options = get_config()
File "c:\Users\tamer\Downloads\MySQL-python-1.2.3\setup_windows.py", line 7,
in get_config serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options)
WindowsError: Das System kann die angegebene Datei nicht finden
c:\Users\tamer\Downloads\MySQL-python-1.2.3>
Any ideas how to solve that?!
Tamer