Die Installation von MySQL-python in virtualenv auf Windows 7

Ich versuche, zu installieren, MySQL-python, die in meinem virtualenv (Windows 7 32b + Python 2.7.3), aber leider nach Befehl:

pip install MySQL-python

Bekomme ich Fehlermeldung:

Install packages failed: Error occurred when installing package MySQL-python. 

The following command was executed:

packaging_tool.py install --build-dir C:\Users\Grzegorz\AppData\Local\Temp\pycharm-packaging3577041299153334552.tmp MySQL-python

The error output of the command:


Downloading/unpacking MySQL-python
  Running setup.py egg_info for package MySQL-python
Traceback (most recent call last):
  File "<string>", line 16, in <module>
  File "C:\Users\Grzegorz\AppData\Local\Temp\pycharm-packaging3577041299153334552.tmp\MySQL-python\setup.py", line 15, in <module>
    metadata, options = get_config()
  File "setup_windows.py", line 7, in get_config
    serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
WindowsError: [Error 2] Nie można odnaleźć określonego pliku
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "<string>", line 16, in <module>

File "C:\Users\Grzegorz\AppData\Local\Temp\pycharm-packaging3577041299153334552.tmp\MySQL-python\setup.py", line 15, in <module>

metadata, options = get_config()

File "setup_windows.py", line 7, in get_config

serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])

WindowsError: [Error 2] Nie można odnaleźć określonego pliku

----------------------------------------
Command python setup.py egg_info failed with error code 1 in C:\Users\Grzegorz\AppData\Local\Temp\pycharm-packaging3577041299153334552.tmp\MySQL-python
Storing complete log in C:\Users\Grzegorz\pip\pip.log

Wenn ich versuche, installieren Sie dieses Paket aus binären MySQL-python-1.2.3.win32-py2.7.exe dann ist alles ordnungsgemäß installiert, aber es ist keine Lösung für mich.
Haben Sie irgendwelche Vorschläge, wie kann ich das richtig installieren Sie dieses Paket auf Windows 7 (alle anderen Pakete, die ich in der Lage bin, zu installieren, ohne irgendwelche Probleme)?

InformationsquelleAutor Grzegorz | 2012-09-19
Schreibe einen Kommentar