The way to develope a graphical application to manage a Postgres database

Csanyi Pal csanyipal at gmail.com
Sun Aug 5 11:58:46 EDT 2012


Walter Hurry <walterhurry at lavabit.com> writes:

> 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.

Well, I tried out many adviced ways but none of them works on my Debian
GNU/Linux testing/sid system. Always get some error in one of the part
of the software.

Can you give a short tutorial for newbies how to start to develope with
tools you used successfully?

-- 
Regards from Pal




More information about the Python-list mailing list