On Mon, 2007-03-26 at 00:14 +0000, coulix wrote: > Same problem, > ImproperlyConfigured: Error importing middleware > django.contrib.flatpages.middleware: "MySQLdb-1.2.1p2 or newer is > required; you have 1.2.1g3" > > Apparently we need to upgrade Mysql, which is already the 5.0 on my > host and no latest version is available, or put mysql_old in the > settings.py.
No. You need to upgrade MySQLdb, not MySQL. It's not complaining about the MySQL version. Malcolm. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

