I have the same problem even though I have installed MySQLdb. On Jul 6, 3:42 pm, "Bryan L. Fordham" <[EMAIL PROTECTED]> wrote: > looks like you need to install > MySQLdb:http://sourceforge.net/projects/mysql-python > > Jalil wrote: > > I keep getting this below error when I try to sync my database. > > I am using python2.3. Any ideas? > > > [no job set:~/dev/mysite] 113% python2.3 manage.py syncdb > > Traceback (most recent call last): > > File "manage.py", line 11, in ? > > execute_manager(settings) > > File "/usr/lib/python2.3/site-packages/django/core/management.py", > > line 1672, in execute_manager > > execute_from_command_line(action_mapping, argv) > > File "/usr/lib/python2.3/site-packages/django/core/management.py", > > line 1571, in execute_from_command_line > > action_mapping[action](int(options.verbosity), options.interactive) > > File "/usr/lib/python2.3/site-packages/django/core/management.py", > > line 486, in syncdb > > from django.db import connection, transaction, models, > > get_creation_module > > File "/usr/lib/python2.3/site-packages/django/db/__init__.py", line > > 11, in ? > > backend = __import__('django.db.backends.%s.base' % > > settings.DATABASE_ENGINE, {}, {}, ['']) > > File > > "/usr/lib/python2.3/site-packages/django/db/backends/mysql_old/base.py", > > line 12, in ? > > raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e > > django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb > > module: No module named MySQLdb > > bykergrove [no job set:~/dev/mysite] 114%
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---