moist
moist copied to clipboard
Windows Install Issue
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.