On Thu, 19 Jul 2007 17:25:20 -0700, Tom Brown <[EMAIL PROTECTED]> wrote: > > I am using psycopg2, which is a python package that accesses the > postgresql db > directly. I don't have to install the client libs on the client machine. > Until now that is.
Psycopg2 definitely needs the client libs installed to work correctly, since it uses it to connect to the PG databases. There is a native python package http://pypgsql.sourceforge.net/ that does not need them but I personally prefer psycopg2. Kind regards, Michael _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
