Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'postgresql': 0.07; 'subject:application': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'aug': 0.13; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'software.': 0.21; 'tried': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'writes:': 0.29; "i'm": 0.29; 'error': 0.30; 'code': 0.31; '+0200,': 0.33; 'to:addr:python- list': 0.33; 'tutorial': 0.33; 'received:org': 0.36; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'system.': 0.39; 'to:addr:python.org': 0.39; 'build': 0.39; 'short': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'subject:The': 0.71; 'hand': 0.82; 'graphical': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Csanyi Pal Subject: Re: The way to develope a graphical application to manage a Postgres database Date: Sun, 05 Aug 2012 17:58:46 +0200 References: 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:AIY/geTYoNxxMwyl5MyFb80TjyY= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344182352 news.xs4all.nl 6943 [2001:888:2000:d::a6]:42332 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26537 Walter Hurry writes: > On Thu, 02 Aug 2012 20:24:36 +0200, Csanyi Pal wrote: > >> I'm searching for a way to develope a Python graphical application for a >> Postgresql database. > > I use wxGlade/wxPython to build the GUI, and then hand code the database > access using psycopg2 into the generated application. Works very well for > me, but I do know SQL and Postgres. Well, I tried out many adviced ways but none of them works on my Debian GNU/Linux testing/sid system. Always get some error in one of the part of the software. Can you give a short tutorial for newbies how to start to develope with tools you used successfully? -- Regards from Pal