On 10/18/06, core <[EMAIL PROTECTED]> wrote:
>
> "/usr/lib/python2.4/site-packages/SQLObject-0.7.1-py2.4.egg/sqlobject/mysql/mysqlconnection.py",
> line 73, in _executeRetry
>     myquery = unicode(query, self.encoding)
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
> 71: ordinal not in range(128)
>
This is an issue with mysql's default encoding.

please check out your ubuntu's my.cfg file for default encoding which
is what mysqldb uses when you don't pass in anything (which is SO's
default)

> Apparently, it works ok when I use a SQLite db (like I do on my
> development machines, one win32 and one suse linux), but when I send it
> to the wanna-be-production (ubuntu linux dapper) where I have to use
> MySQL (4.1), the DB stuff go crazy. The part I do not understand is, it
> worked until some weeks ago, then I took some time off development (ok,
> more than weeks, I left on TG 0.9.something and came back now), and
> things broke. I may be let something pass on the changelogs...

did you upgraded your TG install?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to