On Apr 19, 2005, at 13:49, Alberto Troiano wrote:


Hi
I have another problem. It seems that I manage to solve a problem and run into another


The problem is that now I can't install MySQLdb (MySQL database module for Python 2.3.4)

I try to ./configure and it prints a lot of crap and then says mysql ended on exit 1

What can I do??????????

A little Googling informs me that MySQLdb is obsolete and hasn't been updated since some time in 2000 (at that time, Python hadn't even reached 2.0, had it?).


You should use MySQL-Python instead, which can be found here: http://sourceforge.net/projects/mysql-python . Chances are it's a standard distutils module, i.e. you install it with "sudo python setup.py install".

-- Max
maxnoel_fr at yahoo dot fr -- ICQ #85274019
"Look at you hacker... A pathetic creature of meat and bone, panting and sweating as you run through my corridors... How can you challenge a perfect, immortal machine?"


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to