On Thu, 02 Aug 2012 20:24:36 +0200, Csanyi Pal wrote:

> I'm searching for a way to develope a Python graphical application for a
> Postgresql database.
 
I use wxGlade/wxPython to build the GUI, and then hand code the database
access using psycopg2 into the generated application. Works very well for
me, but I do know SQL and Postgres.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to