Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.mixmin.net!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'postgresql': 0.07; 'subject:application': 0.07; 'here?': 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; 'code?': 0.16; 'message- id:@dough.gmane.org': 0.16; 'process?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.17; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'question': 0.27; 'header:X -Complaints-To:1': 0.28; 'writes:': 0.29; 'code': 0.31; 'from:addr:yahoo.co.uk': 0.32; 'to:addr:python-list': 0.33; 'tutorial': 0.33; 'table': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'should': 0.36; 'enough': 0.36; 'subject:: ': 0.38; 'mark': 0.38; 'object': 0.38; 'to:addr:python.org': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'first': 0.61; 'is.': 0.62; 'managing': 0.64; 'study': 0.66; 'subject:The': 0.71; 'internet': 0.71; 'sounds': 0.71; 'url:pg': 0.84; 'received:2': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: The way to develope a graphical application to manage a Postgres database Date: Thu, 02 Aug 2012 22:40:12 +0100 References: <877gthqhi3.fsf@gmail.com> <873945q9nz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-100-233-6.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <873945q9nz.fsf@gmail.com> X-Antivirus: avast! (VPS 120802-0, 02/08/2012), Outbound message X-Antivirus-Status: Clean 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343943559 news.xs4all.nl 6849 [2001:888:2000:d::a6]:60573 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26416 On 02/08/2012 22:13, Csanyi Pal wrote: > Verde Denim writes: > >> Sounds like you have enough pieces-parts... is it a question of the >> development process? > > Yes, it is. > > First question is about GUI. > > Say I start to create a GUI with XRCed for such an application for > managing a concrete postgresql database. > > On a Frame (window) which object should I draw to get a Table of the > database when I write the code? > > If I want to use say python-pygresql to connect to the database then I > must study the http://www.pygresql.org/pg.html documentation and after > that I must to write code to connect it with the GUI. > > Is on the Internet such a tutorial that can help me in this effort? > Start here? http://zetcode.com/ -- Cheers. Mark Lawrence.