[pyar] problemas con el encoding
Andrés Gattinoni
andresgattinoni en gmail.com
Jue Oct 21 11:46:13 ART 2010
On Thu, Oct 21, 2010 at 10:40 AM, Mario Cassanelli
<mcassan en inidep.edu.ar> wrote:
Viendo mejor el error:
> Traceback (most recent call last):
> File "./cargo_especies.py", line 78, in <module>
> con.query(inserto)
> pg.ProgrammingError: ERROR: invalid byte sequence for encoding "UTF8": 0xa1
> HINT: This error can also happen if the byte sequence does not match the
> encoding expected by the server, which is controlled by "client_encoding".
Fijate que en la API para conectarte a PG debés tener alguna variable
"client_encoding" donde necesitás definir el encoding de la
comunicación con el server.
Saludos,
A
More information about the pyar
mailing list