Are you connecting to a mysql server and processing data from sqlalchemy on your page?
add ?use_unicode=1&charset=utf8 to your sqlalchemy url: sqlalchemy.url = mysql://username:passw...@localhost/databasename?use_unicode=1&charset=utf8 I think that is the condition that generated a similar error for me. -- 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?hl=en.
