Re: Python2.5 and MySQLdb

2008-04-04 Thread Carsten Haese
On Apr 4, 5:06 pm, writeson <[EMAIL PROTECTED]> wrote: > 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? I suggest you post a couple of those error messages here, so that we ca

Re: Python2.5 and MySQLdb

2008-04-04 Thread Jeffrey Froman
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 > gene

Re: python2.5 and mysqldb

2007-10-30 Thread BartlebyScrivener
On Oct 29, 2:30 pm, brad <[EMAIL PROTECTED]> wrote: > or get a > more flexible OS that easily allows for this sort of thing (like Debian) Second that. Etch came with 2.3 and 2.4, and I added 2.5 and they never bother each other. rd -- http://mail.python.org/mailman/listinfo/python-list

Re: python2.5 and mysqldb

2007-10-29 Thread brad
writeson wrote: ... stuck trying to get mysqldb installed and running on this > machine. I've tried with easy_install and by building from the tar > file and both return a long list of errors from a gcc compile. I'm not > sure what to do next to resolve this issue, so if anyone could give me > som

Re: python2.5 and mysqldb

2007-10-29 Thread Diez B. Roggisch
writeson wrote: > Hi all, > > At work we're using python2.3 and I'd like to start getting us moved > up to python2.5. We run Centos4 which is the free, open source version > of RedHat Enterprise. I've got python2.5 installed on this machine, > but am stuck trying to get mysqldb installed and runn