On Thu, May 9, 2013 at 4:33 PM, <[email protected]> wrote: > yum install MySQL-python > Loaded plugins: fastestmirror, kmod > Loading mirror speeds from cached hostfile > * base: mirror.hmc.edu > * extras: mirror.sanctuaryhost.com > * rpmforge: mirror.hmc.edu > * updates: mirror.veracruz.co > Setting up Install Process > Package MySQL-python-1.2.3-0.1.c1.el5.x86_64 already installed and latest > version > Nothing to do > > > Got the following error when running runserver > File "/usr/local/lib/python2.6/site-packages/django/utils/importlib.py", > line 35, in import_module > __import__(name) > File > "/usr/local/lib/python2.6/site-packages/django/db/backends/mysql/base.py", > line 17, in <module> > raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) > django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: > No module named MySQLdb
What platform are you on? Can you import MySQLdb from python on the command line? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

