On Dec 3, 5:54 pm, Udbhav <[EMAIL PROTECTED]> wrote: > > Whenever I point my browser at twinsistermusic.com/mysite/ I get the > following error: > > ImproperlyConfigured: Error loading MySQLdb module: No module named > MySQLdb > > Now, I'm pretty sure I installed MySQLdb correctly, as I was able to > use syncdb with no problems and am able to import MySQLdb from within > the Python interpreter. So, what gives?
Perhaps apache (or whatever user apache runs under in your system) doesn't have permission to read/execute wherever you installed MySQLdb? I think I had this issue. I also ran into the "egg" issue for MySQLdb, which is documented in the FAQ. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

