From: | Alejandro Sepúlveda Sotomayor <jalitrox(at)msn(dot)com> |
---|---|
To: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Error en Python con Postgres en: import pgdb |
Date: | 2007-06-03 03:50:39 |
Message-ID: | BAY110-F293FFC42121997AD3384D6DA220@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Hola: soy nuevo en esto de postgres y python ... estoy tratando de compilar
un codigo pero me genera un error al importar las librerias:
import pgdb
import pg
y el programa Dr. Python me marca el siguiente error:
/usr/bin/python -u "/home/jalitrox/interfaz/Codigofuente/interfaz.py"
sys:1: DeprecationWarning: Non-ASCII character '\xc3' in file
/home/jalitrox/interfaz/Codigofuente/interfaz.py on line 50, but no encoding
declared; see http://www.python.org/peps/pep-0263.html for details
Traceback (most recent call last):
File "/home/jalitrox/interfaz/Codigofuente/interfaz.py", line 9, in ?
import pgdb
ImportError: No module named pgdb
ojala me puedan ayudar
muchas gracias!!
_________________________________________________________________
MSN Latino: el sitio MSN para los hispanos en EE.UU. http://latino.msn.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2007-06-03 04:36:38 | Re: Error en Python con Postgres en: import pgdb |
Previous Message | Gabriel Hermes Colina Zambra | 2007-06-03 01:05:11 | Re: Busqueda de duplicados, con demora. |