Re: [SQLObject] Decoding error using MySQL.

2008-03-09 Thread Leandro Lucarella
Oleg Broytmann, el 6 de marzo a las 11:36 me escribiste: > On Thu, Mar 06, 2008 at 12:37:00AM -0200, Leandro Lucarella wrote: > > Hi. I'm using MySQL and I'm getting this error: > > > > : 'ascii' codec can't decode byte > > 0xe1 in position 231: ordinal not in range(128) > > > > This error comes

Re: [SQLObject] Decoding error using MySQL.

2008-03-06 Thread Oleg Broytmann
On Thu, Mar 06, 2008 at 12:37:00AM -0200, Leandro Lucarella wrote: > Hi. I'm using MySQL and I'm getting this error: > > : 'ascii' codec can't decode byte > 0xe1 in position 231: ordinal not in range(128) > > This error comes when instancing a SQLObject wich has a PickeCol in wich a > tuple with

[SQLObject] Decoding error using MySQL.

2008-03-05 Thread Leandro Lucarella
Hi. I'm using MySQL and I'm getting this error: : 'ascii' codec can't decode byte 0xe1 in position 231: ordinal not in range(128) This error comes when instancing a SQLObject wich has a PickeCol in wich a tuple with a unicode string with non-ASCII chars is used. Let's say: class X(SQLObject):