>     raise ImproperlyConfigured, "Error loading MySQLdb module:
> %s" % e django.core.exceptions.ImproperlyConfigured: Error
> loading MySQLdb module: No module named MySQLdb

Your python installation lacks the python-module name 'MySQLdb' 
to access MySQL databases.

If you were on Debian, you would probably just

   apt-get install python-mysqldb

and be done. But for Mac OS X you should ask the right guru's or 
search at google for web site ´a la "Installing Django on Mac OS 
X".

--~--~---------~--~----~------------~-------~--~----~
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