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
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
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):