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. Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---