Processing dependencies and then stops without error message

Joined
Jan 19, 2009
Messages
4
Reaction score
0
Hi,

well I finally figured out how to install MySQL-Python
following this guide
jayant7k.blogspot.com/2008/04/python.html



Code:
[]# easy_install MySQL_python-1.2.2-py2.4-linux-i686.egg
Processing MySQL_python-1.2.2-py2.4-linux-i686.egg
MySQL-python 1.2.2 is already the active version in easy-install.pth

Installed /usr/local/lib/pythonxx/site-packages/MySQL_python-1.2.2-py2.4-linux-i686.egg
Processing dependencies for MySQL-python==1.2.2
#


I still can't install the application that requires MySQL-Python and it does not finish the install at least I am missing this:
Finished processing dependencies for MySQL-python==1.2.2

When I try to import MySQLdb via python it works, weird!



Any ideas ?
 
Joined
Jan 19, 2009
Messages
4
Reaction score
0
Can it be a permission problem? I chmodded it to 755 but didnt work either.

This is in my site-packages folder:
easy-install.pth*
setuptools.pth*
setuptools-0.6c5-py2.4.egg/
MySQL_python-1.2.2-py2.4-linux-i686.egg*
 
Joined
Jan 19, 2009
Messages
4
Reaction score
0
Ok I'm pretty sure it's a permission problem:

When I execute the setup.py of MySQL-Python then I only get this

python setup.py build
running build
running build_py
copying MySQLdb/release.py -> build/lib.linux-i686-2.4/MySQLdb
running build_ext
..
stops here!


So what would I have to change to make that work?



Any help is appreciated. Thanks.
sOliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top