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


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

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

Started byCsanyi Pal <csanyipal@gmail.com>
First post2012-08-02 23:42 +0200
Last post2012-08-02 23:42 +0200
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 Csanyi Pal <csanyipal@gmail.com> - 2012-08-02 23:42 +0200

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

FromCsanyi Pal <csanyipal@gmail.com>
Date2012-08-02 23:42 +0200
SubjectRe: The way to develope a graphical application to manage a Postgres database
Message-ID<mailman.2889.1343943780.4697.python-list@python.org>
Dennis Lee Bieber <wlfraed@ix.netcom.com> writes:

> 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?

A predefined, already existing 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, 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...

I just installed wxpython packages:
wx2.8-i18n, python-wxgtk2.8, python-wxtools.

> 	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.

I'm exploring now Dabo.

-- 
Regards from Pal

[toc] | [standalone]


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


csiph-web