Hi I had an exchange with the django devel list which suggests that something
in the MySQLdb svn version (635) is changed compared to the Release version (
which works fine with django).
The problem is in the following statement:
from MySQLdb.converters import conversions
This returns an error with svn version , but works fine in the release
version.
I am using the Mysql-python release version now , but thought I would pass
this information along.
hari
In any case I will reproduce my communication with Russel Magee at the django
list here:
Hi I had an exchange with the django devel list which suggests that something
in the MySQLdb svn version (635) is changed compared to the Release version (
which works fine with django).
The problem is in the following statement:
This returns an error with svn version , but works fine in the release
version.
I am using the Mysql-python release version now , but thought I would pass
this information along.
hari
In any case I will reproduce my communication with Russel Magee at the django
list here:
On Tue, Jan 5, 2010 at 3:38 PM, harijay hari...@gmail.com wrote:
I haven't seen this error before, but it sounds like there might be
something wrong (or incompatible) with your MySQLdb install.
You should be able to run the following at a Python prompt:
The error you are seeing suggests that this is not the case.
The fact that you report your MySQLdb install as 'rev 635' suggests
that you're using a development version of MySQLdb. Either MySQLdb has
introduced a backwards incompatibility, or your build is incomplete or
contains errors.
To confirm this, I would suggest using a production version of MySQLdb
If it turns out that there has been a backwards incompatible
regression in MySQLdb, we will need to address that when a formal
release that contains that change is made.
Yours,
Russ Magee %-)