[PyQt] QAbstractItemModel.setData() and emit
Michael Guntsche
mike at it-loops.com
Fri Jul 20 08:45:26 BST 2007
On Thu, 19 Jul 2007 17:25:20 -0700, Tom Brown <brown at esteem.com> 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
More information about the PyQt
mailing list