Posted by guysoft on Sat 10 Nov 23:17
report abuse | download | new post
- root@golem3:/var/www/lahak# ./manage.py syncdb
- Traceback (most recent call last):
- File "./manage.py", line 11, in ?
- execute_manager(settings)
- File "/var/lib/python-support/python2.4/django/core/management.py", line 1672, in execute_manager
- execute_from_command_line(action_mapping, argv)
- File "/var/lib/python-support/python2.4/django/core/management.py", line 1571, in execute_from_command_line
- action_mapping[action](int(options.verbosity), options.interactive)
- File "/var/lib/python-support/python2.4/django/core/management.py", line 486, in syncdb
- from django.db import connection, transaction, models, get_creation_module
- File "/var/lib/python-support/python2.4/django/db/__init__.py", line 11, in ?
- backend = __import__('django.db.backends.%s.base' % settings.DATABASE_ENGINE, {}, {}, [''])
- File "/var/lib/python-support/python2.4/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: No module named MySQLdb
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.