M
micayael
Hi.
I'm trying to use adodb for postgres. I had instaled in ubuntu 9.10
the adodb and psycopg2 module (sudo apt-get install python-adodb
python-psycopg2) but when I put this
import adodb
print adodb.NewADOConnection('postgres') --> None
but with
print adodb.NewADOConnection('mysql') -->
<adodb.adodb_mysql.adodb_mysql instance at 0xb66b5a0c>
I'm trying to use adodb for postgres. I had instaled in ubuntu 9.10
the adodb and psycopg2 module (sudo apt-get install python-adodb
python-psycopg2) but when I put this
import adodb
print adodb.NewADOConnection('postgres') --> None
but with
print adodb.NewADOConnection('mysql') -->
<adodb.adodb_mysql.adodb_mysql instance at 0xb66b5a0c>