same problem. apache2, mod_wsgi, python-mysqldb installed. When i add
databases engine, name, user, password in settings.py, i got a
message:
ImportError at /wsgi
No module named mysql.baseRequest Method: GET
Request URL:
http://xxxxx/wsgi
Django Version: 1.3
Exception Type: ImportError
Exception Value: No module named mysql.base
Exception Location: /usr/lib/python2.5/site-packages/django/utils/
importlib.py in import_module, line 35
Python Executable: /usr/bin/python
Python Version: 2.5.2
Python Path: ['/usr/lib/python2.5',
'/usr/lib/python2.5/plat-linux2',
'/usr/lib/python2.5/lib-tk',
'/usr/lib/python2.5/lib-dynload',
'/usr/local/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages',
'/var/lib/python-support/python2.5',
'/home/django-projects/xxxx/apps']
Anyone knows whats that?