Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2011-01-04 Thread Mohamed Mansour
I am sorry I didn't reply back. I didn't place the correct group email settings. I know this is 1 year too late :) But it might help others searching for a solution. Basically, if you have installed MySQL-python from the yum like this: yum install MySQL-python That installs a really old

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2011-01-04 Thread Stephen Gallagher
https://bugzilla.redhat.com/show_bug.cgi?id=555868 I opened a bug a while ago to have the version of MySQL-python in RHEL5 brought up to a usable level. So hopefully it will be resolved in the near future. In the meantime, it's off to RHEL 6 for me :) Also, if you don't want to self-manage

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-14 Thread Josh Joy
What I ended up doing was installing Python 2.6.2 to a different dir (local dir) and updated by PATH to point to this. Seemed to resolve the issue. On Sat, Jun 13, 2009 at 4:22 PM, Christian Hammondchip...@chipx86.com wrote: Sometimes a distro will have Apache configured with one version of

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-13 Thread Christian Hammond
Sometimes a distro will have Apache configured with one version of Python (say, 2.4) while /usr/bin/python is 2.5. I've seen this on a RHEL5 machine, though it's possible that's because someone installed a newer Python. What's the site-packages path containing the new MySQLdb? Also, do you see

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-02 Thread Josh Joy
I'm not entirely sure what that means? How do I now which Python is running Review Board? I'm just using the one under bin...I have a fresh install of CentOS...so I'm not seeing multiple versions of Python... Thanks, Josh On Tue, Jun 2, 2009 at 12:08 AM, Christian Hammond chip...@chipx86.com

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-01 Thread joshjdevl
Hi, What exactly did you install for drivers that reoslved the issue? I'm still receiving ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1, though I have 1.2.2 installed and in my site-package Thanks, Josh On Apr 7, 1:40 pm, Mohamed Mansour m0.interact...@gmail.com

django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-04-07 Thread Mohamed Mansour
) django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send email to reviewboard

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-04-07 Thread Mohamed Mansour
-packages/Django-1.0.2_final-py2.4.egg/ django/db/backends/mysql/base.py, line 22, in ?     raise ImproperlyConfigured(MySQLdb-1.2.1p2 or newer is required; you have %s % Database.__version__) django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1