Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-07-11 Thread Ben Lawrence
Or just sudo apt-get install python-psycopg2 as Massimo said, web2py will use psycopg2 before looking for pg8000 :-)great!! On Monday, June 22, 2015 at 10:13:15 PM UTC-7, Paolo Valleri wrote: > > Hi Ben, the latest web2py download doesn't include the fix yet. You have > to either manuall

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-22 Thread Paolo Valleri
Hi Ben, the latest web2py download doesn't include the fix yet. You have to either manually update pydal or wait for a newer release of web2py Paolo 2015-06-23 6:12 GMT+02:00 Ben Lawrence : > Hi Paolo, I get the error " 'ascii' > codec can't decode" using the latest web2py download > (2.10.4-s

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-22 Thread Ben Lawrence
Hi Paolo, I get the error " 'ascii' codec can't decode" using the latest web2py download (2.10.4-stable+timestamp.2015.04.26.15.11.54 (Running on Apache/2.4.7 (Ubuntu), Python 2.7.6)). This occurs even with “” characters in the on-board wiki. Could you tell me the steps of the easiest way to f

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-21 Thread Massimo Di Pierro
Thanks for letting me know. I did not try that yet. On Monday, 22 June 2015 01:20:33 UTC-5, Paolo Valleri wrote: > > Massimo the mentioned issue has been fixed in pydal. Have you found other > different issues? > > Paolo > > On Sunday, June 21, 2015 at 6:14:29 PM UTC+2, Massimo Di Pierro wrote: >

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-21 Thread Paolo Valleri
Massimo the mentioned issue has been fixed in pydal. Have you found other different issues? Paolo On Sunday, June 21, 2015 at 6:14:29 PM UTC+2, Massimo Di Pierro wrote: > > I think we should remove pg8000 unless this unicode problem is fixed. It > just causes problem to new pgsql users. psycopg

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-21 Thread Annet
+1 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To uns

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-21 Thread 黄祥
+1 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To uns

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-21 Thread Massimo Di Pierro
I think we should remove pg8000 unless this unicode problem is fixed. It just causes problem to new pgsql users. psycopg2 is solid. On Thursday, 18 June 2015 12:59:44 UTC-5, Paolo Valleri wrote: > > In general the best choice is psycopg2 however, the issue with pg8000 has > been fixed > I've wri

Re: [web2py] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-06-18 Thread Paolo Valleri
In general the best choice is psycopg2 however, the issue with pg8000 has been fixed I've written an initial basic unittest https://github.com/web2py/pydal/blob/master/tests/base.py#L72 to check possible issues with unicode Paolo 2015-06-18 19:47 GMT+02:00 Antonio Salazar : > Is it still recom