Re: How to install mysql-python

2007-08-19 Thread shabda
Yes the problem was with python-devel. After installing all the depndebcies, it went through fine. On Aug 19, 1:20 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > On Aug 19, 1:16 pm, shabda <[EMAIL PROTECTED]> wrote: > > > But even that is not helping. I am on a centOS box, with python > >

Re: How to install mysql-python

2007-08-19 Thread Thejaswi Puthraya
On Aug 19, 1:16 pm, shabda <[EMAIL PROTECTED]> wrote: > But even that is not helping. I am on a centOS box, with python > 2.3.4. Since you are on CentOS and yum works...use yum to install python- devel,mysql-devel,zlib-devel,openssl-devel and then try compiling MySQL-python...I believe it

Re: How to install mysql-python

2007-08-19 Thread shabda
Trying the solution given at http://mail.python.org/pipermail/pythonmac-sig/2003-February/007223.html But even that is not helping. I am on a centOS box, with python 2.3.4. Tried the following things, 1. Added to setup.py thread_safe_library = NO (NameError: name 'NO' is not defined) removed

Re: How to install mysql-python

2007-08-19 Thread Thejaswi Puthraya
On Aug 19, 12:52 pm, shabda <[EMAIL PROTECTED]> wrote: > I am trying to setup django with mysql, After installing django and > mysql I am trying to set up mysql-python. > So I give the command > $ easy_install MySQL-python > And am getting a ton of errors. > On the

How to install mysql-python

2007-08-19 Thread shabda
I am trying to setup django with mysql, After installing django and mysql I am trying to set up mysql-python. So I give the command $ easy_install MySQL-python And am getting a ton of errors. On the page http://www.djangobook.com/en/beta/chapter02/, under comments for mysql it says, "Don't forget