On 29 Jul, 17:20, kj <[EMAIL PROTECTED]> wrote: > > So what's the > standard Python way to send SQL directly to a Postgres database > and get back results?
Take a look at this page: http://wiki.python.org/moin/DatabaseInterfaces I've used psycopg2 and pyPgSQL successfully, although pg_proboscis looks very interesting, too. Paul -- http://mail.python.org/mailman/listinfo/python-list