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(settings) File "/usr/lib/python2.4/site-packages/django/core/management.py", line 1297, in execute_manager execute_from_command_line(action_mapping, argv) File "/usr/lib/python2.4/site-packages/django/core/management.py", line 1221, in execute_from_command_line action_mapping[action]() File "/usr/lib/python2.4/site-packages/django/core/management.py", line 425, in syncdb from django.db import connection, transaction, models, get_creation_module File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line 11, in ? backend = __import__('django.db.backends.%s.base' % settings.DATABASE_ENGINE, '', '', ['']) File "/usr/lib/python2.4/site-packages/django/db/backends/mysql/base.py", line 12, in ? 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 problems as mine but can`t find any solution. I`ve already installed mysql and mysql-python but nothing seems to work, can someone help me please? I`m getting desperate, any help will be much appreciated. Regards, David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---