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

MySQLdb problems

2006-07-13 Thread birrafondaio
Hi all, I`m just starting to use Django and I`m trying to install it on my Fedora Distro but when i try to sync the db with "python manage.py syncdb" I keep on getting this traceback: - Traceback (most recent call last): File "manage.py", line 11, in ? execute_manager(se