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.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to