On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote:
>
>     raise ImproperlyConfigured, "Could not load database backend: %s.
> Is your DATABASE_ENGINE setting (currently, %r) spelled correctly?
> Available options are: %s" % \
> django.core.exceptions.ImproperlyConfigured: Could not load database
> backend: No module named MySQLdb. Is your DATABASE_ENGINE setting
> (currently, 'mysql') spelled correctly? Available options are:
> 'ado_mssql', 'mysql', 'postgresql', 'sqlite3'

This means you either don't have the MySQLdb module installed, or it
is not on your PYTHONPATH. Have you installed one of the supported
database modules yet?

http://www.djangoproject.com/documentation/install/#get-your-database-running

Joseph

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to