Guest User

Untitled

a guest
Apr 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. pip -E <<some virtual env>> install MySQL-python
  2.  
  3. File "setup_windows.py", line 7, in get_config
  4.  
  5. serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
  6.  
  7. WindowsError: [Error 2] The system cannot find the file specified
  8.  
  9. # The Windows registry key for MySQL.
  10. # This has to be set for Windows builds to work.
  11. # Only change this if you have a different version.
  12. registry_key = SOFTWAREMySQL ABMySQL Server 5.0
Add Comment
Please, Sign In to add comment