Hi, Did you try to import it from the virtualenv shell? It seems like it is not available under your virtualenv.
lzantal On Nov 10, 2010, at 15:59, Mac <[email protected]> wrote: > 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. > -- 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.
