> self.errorhandler(self, exc, value) > File "/var/lib/python-support/python2.5/MySQLdb/connections.py", > line 35, in defaulterrorhandler > raise errorclass, errorvalue > _mysql_exceptions.InterfaceError: (0, '')
>From what I could make out from the PEP 249[1], you seem to have a problem with MySqldb. Try reinstalling it and check if the error persists. [1] http://www.python.org/dev/peps/pep-0249/ Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

