2012-01-29 150 views
0

我正在使用Windows 7並嘗試安裝mysql-python。爲什麼不能輕鬆安裝mysql?

> 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\develo~1\appdata\local\temp\easy_install-gwhmn3\MySQL-python-1.2.3\egg-dist-tmp-co6v2g 
error: The system cannot find the file specified 

有一個錯誤,它沒有安裝。

+0

你正在得到什麼問題? – 2012-01-29 09:01:10

+0

錯誤:系統找不到指定的文件 – yossi 2012-01-29 09:01:35

回答

0

我找到了解決這個問題的方法。
我下載了mysql-python windows二進制文件here
安裝了它,現在它工作正常。

相關問題