On Wed, 2007-05-30 at 15:47 -0700, will_o0o wrote: > > I'm installing django with mysql and was getting the cryptic > message... > > "Skipping validation because things aren't configured properly." > > It turned out there's a bug in the mysql python wrapper (MySQLdb) for > version 1.2.2. The module tries to import "ImmutableSet" from sets.py. > The solution is to remove the sets.py file from MySQLdb.
Since ImmutableSet has been in the sets module since python 2.3, why is this a bug? If "from sets import ImmutableSet" isn't working for you, there's something else going on. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---