2012-01-29 153 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
安装了它,现在它工作正常。

相关问题