を使用してMySQL-pythonをインストールしようとすると、初めてvirtualenvを設定します
pip -E <<some virtual env>> install MySQL-python
私は得る
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
virtualenv がどうにかして Python が Windows レジストリにアクセスするのを止めていると思います。見えない、
これを機能させるか、mysqlサポートに必要なファイルをコピーする方法を知っている人はいますか?
ありがとう、