[Distutils] easy_install MySQL-python file error
P.J. Eby
pje at telecommunity.com
Mon Oct 18 18:20:40 CEST 2010
At 03:41 PM 10/18/2010 +0200, Jonathan Endy wrote:
>Hi,
>When I am trying to install MySQL-python package
>I receive an error, this is the output:
>
>
>F:\Python>F:\Python\Python25\Scripts\easy_install.exe
>F:\Python\MySQL-python-1.2.3
>Processing MySQL-python-1.2.3
>Running setup.py -q bdist_egg --dist-dir
>F:\Python\MySQL-python-1.2.3\egg-dist-tmp-ly3u1l
>error: The system cannot find the file specified
>
>
>Does anyone have an idea what casing that or how to spot the problem?
Try this:
cd F:\Python\MySQL-python-1.2.3
F:\Python\Python25\python.exe -c "import setuptools;
execfile('setup.py')" bdist_egg
And send the full output.
More information about the Distutils-SIG
mailing list