Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread hg
Hi, Just to let everyone know - I uninstalled the mysql-python package for the server (not just in my virtualenv) and re-installed it, and that fixed the issue. Thanks for your help! On Aug 22, 4:56 pm, Cal Leeming wrote: > Do this: > > import sys > print sys.path > > Then

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread Kejun He
On Mon, Aug 22, 2011 at 9:44 PM, hg wrote: > Hi All, > Thanks for taking the time to respond to my question. > Cal: I did try uninstalling and re-installing. > Kejun: Yes, it's installed. > > May be you can try to remove the mysql and python-mysqldb, and then reinstall them.

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread Cal Leeming
Do this: import sys print sys.path Then paste result Thanks Cal On Mon, Aug 22, 2011 at 2:44 PM, hg wrote: > Hi All, > Thanks for taking the time to respond to my question. > Cal: I did try uninstalling and re-installing. > Kejun: Yes, it's installed. > > > On Aug 22,

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread Cal Leeming [Simplicity Media Ltd]
Do this: import sys print sys.path Then paste result Thanks On Mon, Aug 22, 2011 at 2:44 PM, hg wrote: > Hi All, > Thanks for taking the time to respond to my question. > Cal: I did try uninstalling and re-installing. > Kejun: Yes, it's installed. > > > On Aug 22, 11:18

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread hg
Hi All, Thanks for taking the time to respond to my question. Cal: I did try uninstalling and re-installing. Kejun: Yes, it's installed. On Aug 22, 11:18 am, Kejun He wrote: > Did you install python-mysqldb  in your mechine?? > > On Mon, Aug 22, 2011 at 3:45 PM, Cal

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread Kejun He
Did you install python-mysqldb in your mechine?? On Mon, Aug 22, 2011 at 3:45 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Hold on, i would say this is a django-related question (albeit not related > to a problem within django). OP - try removing and

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-22 Thread Cal Leeming [Simplicity Media Ltd]
Hold on, i would say this is a django-related question (albeit not related to a problem within django). OP - try removing and reinstalling mysqldb on your python install and/or env. On Aug 21, 2011 2:20 PM, "Ramiro Morales" wrote: > On Sun, Aug 21, 2011 at 5:08 AM, Hadassa

Re: FW: MySQLdb version doesn't match _mysql version

2011-08-21 Thread Ramiro Morales
On Sun, Aug 21, 2011 at 5:08 AM, Hadassa Golovenshitz wrote: > > > Hi everyone, > > Thank you for taking the time to look at my question. > > > > I’m setting up a django project that I got from a code repository, and in > trying to run ./manage.py syncdb I get the following

FW: MySQLdb version doesn't match _mysql version

2011-08-21 Thread Hadassa Golovenshitz
Hi everyone, Thank you for taking the time to look at my question. I'm setting up a django project that I got from a code repository, and in trying to run ./manage.py syncdb I get the following error: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: this is