moist icon indicating copy to clipboard operation
moist copied to clipboard

Windows Install Issue

Open claytondaley opened this issue 11 years ago • 0 comments

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.

claytondaley avatar Dec 23 '13 00:12 claytondaley