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

rusi rustompmody at gmail.com
Tue Aug 7 00:03:46 EDT 2012


On Aug 5, 11:26 pm, Csanyi Pal <csanyi... at gmail.com> wrote:
> Mark Lawrence <breamore... at yahoo.co.uk> writes:
> > On 05/08/2012 16:58, Csanyi Pal wrote:
> >> Walter Hurry <walterhu... 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.
>
> > If you give precise details by cutting and pasting the error people
> > will be able to help.
>
> I shall do that later.

Chris already suggested that you try GUI without DBMS and DBMS without
GUI first before trying the two together.
One way of subverting the DBMS-stage (its called mocking nowadays!) is
to use sqlite instead of a full-scale DBMS like postgres.  After that
works you can switch to postgres.



More information about the Python-list mailing list