On my SharedWebspace i have only a old MySQLdb version (v1.2.1g2) :( So i must use mysql_old and i trapped into unicode errors.
The Problem is: The database results are not unicode. There exists a ticket: http://code.djangoproject.com/ticket/4741 In this combination there is probably a problem with the Traceback. If a Unicode error appears, the values in the traceback seems to be unicode. But this is not true. The data from the database are byte strings. I have made a Patch for the file ./django/db/backends/mysql_old/base.py to fix the unicode problem. You can find the Patch in the ticket. The solution is: All byte string results from the database must be decoded to unicode. If you have the same Problem, you can use the patch from the ticket. If you have trouble to apply the patch, mail me. I can send you the patched base.py. Please let me know if this works for you or not. -- Mfg. Jens Diemer ---- A django powered CMS: http://www.pylucid.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---