In a virtual environment, as discussed here,
http://www.satchmoproject.com/blog/2010/aug/01/satchmo-virtualenv/,
I'm getting an error message whenever I try run manage.py syncdb to
set up a mysql database:
raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: No module named MySQLdb
I've installed MySQLdb and can import it with no problems. Is there a
trick to using it in a virtual environment?
--
You received this message because you are subscribed to the Google Groups
"Satchmo 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/satchmo-users?hl=en.