Python2.5 and MySQLdb

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • writeson

    Python2.5 and MySQLdb

    Hi all,

    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?

    Thanks,
    Doug
  • Jeffrey Froman

    #2
    Re: Python2.5 and MySQLdb

    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

    Comment

    • Carsten Haese

      #3
      Re: Python2.5 and MySQLdb

      On Apr 4, 5:06 pm, writeson <doug.farr...@g mail.comwrote:
      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
      can help you without guessing.

      --
      Carsten Haese

      Comment

      Working...