I'm running a windows x64 machine. When I tried to install the latest MYSQLdb module (written by Andy Dustman), I received the following error:
Traceback (most recent call last):
File "C:\Python28\Lib\MySQL-python-1.2.3\setup.py", line 15, in <module>
metadata, options = get_config()
File "C:\Python28\Lib\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
I'm not sure why it is unable to install but any help would be nice.
I received the same error when I tried to install via command prompt.
Traceback (most recent call last):
File "C:\Python28\Lib\MySQL-python-1.2.3\setup.py", line 15, in <module>
metadata, options = get_config()
File "C:\Python28\Lib\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
I'm not sure why it is unable to install but any help would be nice.
I received the same error when I tried to install via command prompt.