Opened 12 years ago

Closed 12 years ago

#18534 closed Uncategorized (invalid)

help me

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Traceback (most recent call last):

File "manage.py", line 14, in <module>

execute_manager(settings)

File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 438, in execute_manager

utility.execute()

File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 379, in execute

self.fetch_command(subcommand).run_from_argv(self.argv)

File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 261, in fetch_command

klass = load_command_class(app_name, subcommand)

File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 67, in load_command_class

module = import_module('%s.management.commands.%s' % (app_name, name))

File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module

import(name)

File "/usr/lib/python2.7/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 "/usr/lib/python2.7/site-packages/django/core/management/sql.py", line 6, in <module>

from django.db import models

File "/usr/lib/python2.7/site-packages/django/db/init.py", line 78, in <module>

connection = connections[DEFAULT_DB_ALIAS]

File "/usr/lib/python2.7/site-packages/django/db/utils.py", line 93, in getitem

backend = load_backend(dbENGINE)

File "/usr/lib/python2.7/site-packages/django/db/utils.py", line 33, in load_backend

return import_module('.base', backend_name)

File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module

import(name)

File "/usr/lib/python2.7/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 module named MySQLdb

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top