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

2012-08-06 Thread rusi
On Aug 5, 11:26 pm, Csanyi Pal wrote: > 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 > Postgresql dat

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 Postgresql database. >>> >>> I use wxGlade/wxPython to build

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

2012-08-05 Thread Mark Lawrence
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 Postgresql database. I use wxGlade/wxPython to build the GUI, and then hand code the database access us

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

2012-08-05 Thread Walter Hurry
On Sun, 05 Aug 2012 17:58:46 +0200, Csanyi Pal wrote: > 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 >

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 > access using psycopg2 into the genera

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

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

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

2012-08-05 Thread Wolfgang Keller
> Can one advices me where to go? There are a number of Python frameworks for GUI database applications: - Dabo (wxPython) - Sqlkit (PyGTK & SQLalchemy) - Pypapi (PyQt & SQLalchemy) - Camelot (PyQt & SQLalchemy) - Qtalchemy (PyQt & SQLalchemy) - Openobject (PyGTK) - Defis (wxPython & SQLalchemy),

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

2012-08-02 Thread Chris Angelico
On Fri, Aug 3, 2012 at 4:24 AM, Csanyi Pal wrote: > I'm searching for a way to develope a Python graphical application for a > Postgresql database. There's two quite separate parts to this: * Develop a Python graphical application * Develop a Python application [to access] a PostgreSQL database.

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 predefined database, or a general access module?

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

2012-08-02 Thread Mark Lawrence
On 02/08/2012 22:13, Csanyi Pal wrote: 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 dat

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 Verde Denim
Sounds like you have enough pieces-parts... is it a question of the development process? On Aug 2, 2012 3:08 PM, "Csanyi Pal" wrote: > 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 G

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