2011-12-23 8 views
3

Windowsマシンにdjangoをインストールしようとしています(私の誓いではありません)。それはMySQLdbはモジュールに来るとき、私はこのエラーを取得 保つ:Windows 7のボックスにMySQL-pythonをインストールする際にエラーが発生しました

Windows PowerShell 
Copyright (C) 2009 Microsoft Corporation. All rights reserved. 

PS C:\Users\ME> easy_install MySQL-python 
Searching for MySQL-python 
Reading http://pypi.python.org/simple/MySQL-python/ 
Reading http://sourceforge.net/projects/mysql-python/ 
Reading http://sourceforge.net/projects/mysql-python 
Best match: MySQL-python 1.2.3 
Downloading http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz 
Processing MySQL-python-1.2.3.tar.gz 
Running MySQL-python-1.2.3\setup.py -q bdist_egg --dist-dir c:\users\ME\appdata\local\temp\easy_install-bl367m\MySQL-python-1.2.3\egg-dist-tmp-wgpnqn 
error: The system cannot find the file specified 

問題は何? (それは、カントー少し違うのです)私はまた、ソースをダウンロードして、Pythonのsetup.pyを経由してインストールしてみましたが、エラーが解消されない:すべて事前に

Traceback (most recent call last): 
    File ".\setup.py", line 15, in <module> 
    metadata, options = get_config() 
    File "C:\Users\samuele.mattiuzzo\Downloads\Django_python_apps\MySQL-python-1.2.3\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 

感謝を!

答えて

4

exeをhereからインストールします。

私は、そこに立ち往生ことがなど。

+1

おかげで、それが働いて行われてきたあなたは歓迎している –

+0

(遅い応答のため申し訳ありませんが、クリスマスholydaysは私のほとんどの時間を要しました)。 – alonisser

関連する問題