You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python setup.py install on Windows 7 (64-bit), Python 2.7 (32-bit or 64-bit) generates the following error:
Traceback (most recent call last): File "setup.py", line 15, in <module> metadata, options = get_config() File "D:\Users\...\moist\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'll look into it and see if I can provide a more specific explanation of the error, but perhaps someone has seen this before and can save me the time/trouble.
The text was updated successfully, but these errors were encountered:
python setup.py install
on Windows 7 (64-bit), Python 2.7 (32-bit or 64-bit) generates the following error:Traceback (most recent call last): File "setup.py", line 15, in <module> metadata, options = get_config() File "D:\Users\...\moist\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'll look into it and see if I can provide a more specific explanation of the error, but perhaps someone has seen this before and can save me the time/trouble.
The text was updated successfully, but these errors were encountered: