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

2012-08-02 Thread Csanyi Pal
Hi, I'm new to python. I'm searching for a way to develope a Python graphical application for a Postgresql database. I have installed on my Debian GNU/Linux testing/sid system many python packages, among others: eric, geany, idle, ninja-ide, pida (it doesn't work here), python2.7, python-easygui

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

2012-08-02 Thread Csanyi Pal
Verde Denim writes: > Sounds like you have enough pieces-parts... is it a question of the > development process? Yes, it is. First question is about GUI. Say I start to create a GUI with XRCed for such an application for managing a concrete postgresql database. On a Frame (window) which objec

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

2012-08-02 Thread Csanyi Pal
Dennis Lee Bieber writes: > On Thu, 02 Aug 2012 20:24:36 +0200, Csanyi Pal > declaimed the following in gmane.comp.python.general: >> >> I'm searching for a way to develope a Python graphical application for a >> Postgresql database. >> > A predefine

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

2012-08-05 Thread Csanyi Pal
Walter Hurry 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 >

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

2012-08-05 Thread Csanyi Pal
Mark Lawrence writes: > On 05/08/2012 16:58, Csanyi Pal wrote: >> Walter Hurry 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 >>>>