Python2.5 and MySQLdb

Jeffrey Froman jeffrey at fro.man
Fri Apr 4 17:12:17 EDT 2008


writeson wrote:

> I'm running a CentOS 4 server and have installed Python2.5 on there
> (it's our development machine) in preparation of moving to Python2.5
> everywhere. All looks good with our code and 2.5, except where it
> comes to MySQLdb, I can't get that to install on the machine. It
> generates a huge lists of errors and warnings from gcc when I run the
> python2.5 setup.py build script that comes with the tar file. Anyone
> have any suggestions?

MySQLdb compiles fine for me with python2.5 on CentOS-4. I suggest that you
examine the end of that long of warnings and errors to determine why it
won't compile on your machine.


Jeffrey



More information about the Python-list mailing list