Hello

I am completing the Django tutorials, however I am having a problem
when syncing the DB to Django.  I am getting the following message.
Any help would be appreciated.

C:\Python27\Django-131\django\bin\mysite>manage.py syncdb
Traceback (most recent call last):
  File "C:\Python27\Django-131\django\bin\mysite\manage.py", line 14,
in <module
>
    execute_manager(settings)
  File "C:\Python27\lib\site-packages\django\core\management
\__init__.py", line
438, in execute_manager
    utility.execute()
  File "C:\Python27\lib\site-packages\django\core\management
\__init__.py", line
379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "C:\Python27\lib\site-packages\django\core\management
\__init__.py", line
261, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "C:\Python27\lib\site-packages\django\core\management
\__init__.py", line
67, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name,
name))
  File "C:\Python27\lib\site-packages\django\utils\importlib.py", line
35, in im
port_module
    __import__(name)
  File "C:\Python27\lib\site-packages\django\core\management\commands
\syncdb.py"
, line 7, in <module>
    from django.core.management.sql import custom_sql_for_model,
emit_post_sync_
signal
  File "C:\Python27\lib\site-packages\django\core\management\sql.py",
line 6, in
 <module>
    from django.db import models
  File "C:\Python27\lib\site-packages\django\db\__init__.py", line 78,
in <modul
e>
    connection = connections[DEFAULT_DB_ALIAS]
  File "C:\Python27\lib\site-packages\django\db\utils.py", line 93, in
__getitem
__
    backend = load_backend(db['ENGINE'])
  File "C:\Python27\lib\site-packages\django\db\utils.py", line 33, in
load_back
end
    return import_module('.base', backend_name)
  File "C:\Python27\lib\site-packages\django\utils\importlib.py", line
35, in im
port_module
    __import__(name)
  File "C:\Python27\lib\site-packages\django\db\backends\mysql
\base.py", line 14
, in <module>
    raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: No mo
dule named MySQLdb

Many thanks

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to