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


Groups > comp.lang.python > #26417

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

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'schema': 0.05; 'postgresql': 0.07; 'predefined': 0.07; 'subject:application': 0.07; 'python': 0.09; '(it': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'gui': 0.11; 'suggest': 0.11; 'aug': 0.13; 'eric,': 0.16; 'idle,': 0.16; 'module?': 0.16; 'packages:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'runs.': 0.16; 'spyder,': 0.16; 'wxpython': 0.16; 'thu,': 0.17; 'environments': 0.22; "i'd": 0.22; 'installed': 0.23; 'header :User-Agent:1': 0.26; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'toolkit': 0.29; 'writes:': 0.29; "i'm": 0.29; 'related': 0.30; '+0200,': 0.33; 'idle': 0.33; 'to:addr:python-list': 0.33; 'list': 0.35; 'received:org': 0.36; 'but': 0.36; 'message- id:@gmail.com': 0.36; "didn't": 0.36; 'skip:p 20': 0.36; 'itself': 0.37; 'two': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'application': 0.40; 'where': 0.40; 'header:Received:5': 0.40; "you'll": 0.62; 'information': 0.63; 'to,': 0.65; 'study': 0.66; 'subject:The': 0.71; 'others:': 0.84; 'dennis': 0.91; 'graphical': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Csanyi Pal <csanyipal@gmail.com>
Subject Re: The way to develope a graphical application to manage a Postgres database
Date Thu, 02 Aug 2012 23:42:48 +0200
References <877gthqhi3.fsf@gmail.com> <juql18p5frqov8ckq3j9j55ck2rs1elha7@invalid.netcom.com>
Mime-Version 1.0
Content-Type text/plain
X-Gmane-NNTP-Posting-Host 14-168-85-95.dynamic.stcable.net
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)
Cancel-Lock sha1:/e/Otshvzg2memZYOIR0JjnTFQE=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2889.1343943780.4697.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343943780 news.xs4all.nl 6897 [2001:888:2000:d::a6]:34803
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26417

Show key headers only | View raw


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

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

csiph-web