> exceptions.ImportError: No module named MySQLdb > > I have SQLObject installed on a Windows XP platform using python 2.4. > Any ideas?
You have to install the "MySQLdb" module that provides MySQL support for Python. On a RPM system, "yum install MySQL-python", or download it directly from the sourceforge: http://sourceforge.net/projects/mysql-python Regards, -- Alexandre CONRAD - TLV FRANCE Research & Development --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
