On 9/28/06, Bucco <[EMAIL PROTECTED]> wrote: > When I run pylons I get the following error when I try to load the page > being served: > > exceptions.ImportError: No module named MySQLdb > > I have SQLObject installed on a Windows XP platform using python 2.4. > Any ideas? > > Help Please.
SQLObject is an object relational mapper. You'll still need a client driver to talk to MySQL. That's what MySQLdb is. It's a package that you'll need to install separately. Best Regards, -jj -- The one who gets the last laugh isn't the one who did the laughing, but rather the one who did the writing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
