Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26415

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

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: The way to develope a graphical application to manage a Postgres database
Date 2012-08-02 17:14 -0400
Organization > Bestiaria Support Staff <
References <877gthqhi3.fsf@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2887.1343942103.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, 02 Aug 2012 20:24:36 +0200, Csanyi Pal <csanyipal@gmail.com>
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?
 
> 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, python-forgetsql, python-gasp, python-glade2,
> python-gobject-2, python-gtk2, python-pip, python-pygresql,
> python-pyside.qtsql, python-subversion, python-tk, python-wxglade,
> spyder, python3-psycopg2, python-psycopg2, XRCed.
>
	Well... I'd suggest figuring out which GUI toolkit you want to
use... You have GTK, Tk, I'd say Wx but you didn't list wxpython. You
also have two competing PostgreSQL adapters -- pick one...

	Eric, geany, and idle are all editor/development environments and
not directly related to what the application itself runs.

	For a predefined database, you may just want to explore Dabo. For a
general access (eg; one where you tell the program which PostgreSQL
database to connect to, and it extracts the schema information from the
database at run-time) you'll need to study the advanced features of the
database engine and adapter.

-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: The way to develope a graphical application to manage a Postgres database Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-02 17:14 -0400

csiph-web