adodb.NewADOConnection('postgres') returns None

micayael micayael at gmail.com
Tue Jul 13 15:55:35 EDT 2010


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>



More information about the Python-list mailing list