Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26413
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'postgresql': 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; 'eric,': 0.16; 'idle,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'spyder,': 0.16; 'wxpython': 0.16; 'installed': 0.23; 'header:User-Agent:1': 0.26; 'url:wiki': 0.26; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; "i'm": 0.29; 'to:addr:python-list': 0.33; 'tutorial': 0.33; 'hi,': 0.33; "can't": 0.34; 'there': 0.35; 'received:org': 0.36; 'except': 0.36; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'skip:p 20': 0.36; 'to:addr:python.org': 0.39; 'google': 0.39; 'application': 0.40; 'where': 0.40; 'header:Received:5': 0.40; 'most': 0.61; 'here:': 0.62; 'subject:The': 0.71; 'others:': 0.84; 'graphical': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Csanyi Pal <csanyipal@gmail.com> |
| Subject | The way to develope a graphical application to manage a Postgres database |
| Date | Thu, 02 Aug 2012 20:24:36 +0200 |
| 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:OPdbaPuob81kyvKxX0RU4WEpvFQ= |
| 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.2882.1343934314.4697.python-list@python.org> (permalink) |
| Lines | 31 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1343934315 news.xs4all.nl 6853 [2001:888:2000:d::a6]:35219 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26413 |
Show key headers only | View raw
Hi, I'm new to python. I'm searching for a way to develope a Python graphical application for a Postgresql 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. I did search in the Google but can't find any good tutorial except for wxpython tutorial: http://wiki.wxpython.org/FrontPage, wxGlade tutorial: http://wiki.wxpython.org/WxGladeTutorial There is a tutorial for using python-psycopg2 here: http://wiki.postgresql.org/wiki/Psycopg2_Tutorial Still I don't know how to put these all together? XRCed is the most interesting way for me. Can one advices me where to go? -- Regards from Pal
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
The way to develope a graphical application to manage a Postgres database Csanyi Pal <csanyipal@gmail.com> - 2012-08-02 20:24 +0200
Re: The way to develope a graphical application to manage a Postgres database Wolfgang Keller <feliphil@gmx.net> - 2012-08-05 13:44 +0200
Re: The way to develope a graphical application to manage a Postgres database Walter Hurry <walterhurry@lavabit.com> - 2012-08-05 15:47 +0000
Re: The way to develope a graphical application to manage a Postgres database Csanyi Pal <csanyipal@gmail.com> - 2012-08-05 17:58 +0200
Re: The way to develope a graphical application to manage a Postgres database Walter Hurry <walterhurry@lavabit.com> - 2012-08-05 16:25 +0000
Re: The way to develope a graphical application to manage a Postgres database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-05 19:21 +0100
Re: The way to develope a graphical application to manage a Postgres database Csanyi Pal <csanyipal@gmail.com> - 2012-08-05 20:26 +0200
Re: The way to develope a graphical application to manage a Postgres database rusi <rustompmody@gmail.com> - 2012-08-06 21:03 -0700
csiph-web