#8585: InterfaceError with MySQLdb set_character_set
--------------------------------------+-------------------------------------
Reporter: khsing | Owner: nobody
Status: new | Milestone: 1.0
Component: Admin interface | Version: 1.0-beta-1
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Comment (by mtredinnick):
If you look in the original traceback you posted, you can see that the
code there is accessing MySQLdb from
{{{build/bdist.linux-x86_64/egg/MySQLdb/}}}. So the code there is running
a different version. You should investigate that.
I really don't see that this is a Django bug, though. It looks like the
character setting attempt is failing inside MySQLdb, which suggests
mismatched (or a very old) version.
--
Ticket URL: <http://code.djangoproject.com/ticket/8585#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---