Configuring virtualenv for the first time when I try to install MySQL-python using
pip -E <<some virtual env>> install MySQL-python
I get
File "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 assume that virtualenv is stopping python from accessing the Windows registry somehow, I tried to run easy_install in virtualenv without any luck (I assume this does the same), copying through the site's package directory from my main python installation tool this yolk does not will see him
Does anyone know how I can either persuade this to work or copy the files needed to support mysql?
Thank,
python windows django mysql virtualenv
sjh Nov 10 '09 at 10:33 2009-11-10 10:33
source share