Re: MySQLdb problems

2006-07-14 Thread DvD
Thank you very much Geert, it worked well. Cheers, David On Thu, 13 Jul 2006 19:27:56 +0200, Geert Vanderkelen <[EMAIL PROTECTED]> wrote: > > Hi David, > > birrafondaio wrote: > .. >> raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e >> django.core.exceptions.Improperly

Re: MySQLdb problems

2006-07-13 Thread Geert Vanderkelen
Hi David, birrafondaio wrote: .. > raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e > django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb > module: cannot import name ImmutableSet > --- > > I already searched for people with similar pr