> self.cursor.execute(sql_escape_percent(sql), args) > File "C:\Program Files\Python24\Lib\site-packages\MySQLdb > \cursors.py", line 166, in execute self.errorhandler(self, exc, value) > File "C:\Program Files\Python24\Lib\site-packages\MySQLdb > \connections.py", line 35, in defaulterrorhandler raise errorclass, > errorvalue > OperationalError: (1366, "Incorrect string value: '\\xE2\\x86\\x92 > Ex...' for column 'text' at row 0")
I think there's a problem with the MySql database. Your wrote that you have installed MySql. Have you created a database for your trac environment and the according user? See http://trac.edgewall.org/wiki/DatabaseBackend Is the database started as a service at startup? Was the MySql server running when you started to create the Trac environment? Has the Trac database user the right to connect from the localhost to the MySql database? Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
