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


Groups > comp.lang.python > #26415 > unrolled thread

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

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2012-08-02 17:14 -0400
Last post2012-08-02 17:14 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

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

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2012-08-02 17:14 -0400
SubjectRe: The way to develope a graphical application to manage a Postgres database
Message-ID<mailman.2887.1343942103.4697.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web