Re: [GENERAL] python3 module for accessing postgresql

2012-02-22 Thread Daniele Varrazzo
On Wed, Feb 22, 2012 at 11:10 AM, Andrew Gould wrote: > Does anyone have any advice regarding the selection of a Python 3 > module for PostgreSQL?  The modules I've found so far are psycopg2 and > py-postgresql.  My skill level with Python is fairly basic. Psycopg works perfectly on Python 3 and

[GENERAL] python3 module for accessing postgresql

2012-02-22 Thread Andrew Gould
Does anyone have any advice regarding the selection of a Python 3 module for PostgreSQL? The modules I've found so far are psycopg2 and py-postgresql. My skill level with Python is fairly basic. Thanks, Andrew -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make chang