Re: Unicode issue with Oracle

2009-03-19 Thread João Olavo Baião de Vasconcelos
On 1/27/09, Karen Tracey wrote: > Don't use cx_Oracle 5.0, use a 4.X version. The docs were recently changed > to specify that, after investigation into > http://code.djangoproject.com/ticket/9935 revealed the problem is due to a > bug in cx_Oracle 5.0. Just for the record:

Re: Unicode issue with Oracle

2009-01-27 Thread João Olavo Baião de Vasconcelos
On Tue, Jan 27, 2009 at 12:53 PM, Karen Tracey wrote: > Don't use cx_Oracle 5.0, use a 4.X version. The docs were recently changed > to specify that, after investigation into > http://code.djangoproject.com/ticket/9935 revealed the problem is due to a > bug in cx_Oracle 5.0.

Re: Unicode issue with Oracle

2009-01-27 Thread Karen Tracey
On Tue, Jan 27, 2009 at 5:44 AM, João Olavo Baião de Vasconcelos < joaool...@gmail.com> wrote: > Dear all, > > I'm using Django 1.0.2 with Oracle 9i, cx_Oracle 5.0, Oracle Instantclient > 10.2.0.4 and CentOS 5.2. > > When I access the admin page, after login, the following error happens: > >

Unicode issue with Oracle

2009-01-27 Thread João Olavo Baião de Vasconcelos
Dear all, I'm using Django 1.0.2 with Oracle 9i, cx_Oracle 5.0, Oracle Instantclient 10.2.0.4 and CentOS 5.2. When I access the admin page, after login, the following error happens: *'ascii' codec can't encode characters in position 0-42: ordinal not in range(128)* *Unicode error hint* *The