On 03.03.08 17:30:53, Mirko Coz wrote: > How can I connect with PostgreSQL from PyQt?. I am using Ubuntu Gutsy > and PostgreSQL 8.3.
Or have a look at the PyQt docs (which are also included in the sources and should be in a distro package too): http://www.riverbankcomputing.com/Docs/PyQt4/html/qtsql.html There are also examples available in the PyQt sources, see the examples/sql subdir. Andreas -- You will live to see your grandchildren. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
