Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26415
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'runs.': 0.16; 'spyder,': 0.16; 'thu,': 0.17; 'environments': 0.22; "i'd": 0.22; 'installed': 0.23; "doesn't": 0.28; 'header:X -Complaints-To:1': 0.28; 'toolkit': 0.29; "i'm": 0.29; 'related': 0.30; '+0200,': 0.33; 'idle': 0.33; 'url:home': 0.33; 'to:addr :python-list': 0.33; 'list': 0.35; 'received:org': 0.36; 'but': 0.36; "didn't": 0.36; 'charset:us-ascii': 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 | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: The way to develope a graphical application to manage a Postgres database |
| Date | Thu, 02 Aug 2012 17:14:46 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <877gthqhi3.fsf@gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-76-249-27-6.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 3.3/32.846 |
| X-No-Archive | YES |
| 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.2887.1343942103.4697.python-list@python.org> (permalink) |
| Lines | 34 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1343942103 news.xs4all.nl 6911 [2001:888:2000:d::a6]:54694 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26415 |
Show key headers only | 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
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