When trying to perform a syncdb I get the following error:
Traceback (most recent call last):
File "./manage.py", line 11, in <module>
execute_manager(settings)
File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 1674, in execute_manager
execute_from_command_line(action_mapping, argv)
File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 1573, in execute_from_command_line
action_mapping[action](int(options.verbosity),
options.interactive)
File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 468, in syncdb
from django.db import connection, transaction, models,
get_creation_module
File "/usr/local/lib/python2.5/site-packages/django/db/__init__.py",
line 11, in <module>
backend = __import__('django.db.backends.%s.base' %
settings.DATABASE_ENGINE, {}, {}, [''])
File "/usr/local/lib/python2.5/site-packages/django/db/backends/
mysql/base.py", line 12, in <module>
raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: dlopen(/tmp/.egg-cache/MySQL_python-1.2.2-py2.5-macosx-10.3-
i386.egg-tmp/_mysql.so, 2): image not found
Any ideas on what to do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---