> then either pyodbc (recommended for > Windows) or psycopg2 to connect to Postgres I use psycopg2 on windows. The only problem with it is finding the right compiled version (function of PG and Python versions used). Yves