[wxPython-users] what is the best way to access postgres from wxpython ?

Josiah Carlson jcarlson at uci.edu
Mon Sep 4 19:22:25 PDT 2006


f rom <etaoinbe at yahoo.com> wrote:
> 
> what is the best way to access postgres from wxpython
> ? 
> (the way that is easily deployed and is easy to use)

You can use psycopg, pygresql, SQLObject, etc.  All are easy to set up
and deploy (if you have a compiler for the platforms on which you want
to deploy).

Generally speaking, interfacing GUIs with databases is not an easy thing
to do, in a similar way that sockets are not easy to interface with GUIs
(for many of the same reasons).

Dabo offers various database accessor mechanisms that may make your DB
access easier to handle.

 - Josiah





More information about the wxpython-users mailing list