Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed101.telia.com!starscream.dk.telia.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'javascript,': 0.05; 'subject:Python': 0.06; 'end,': 0.07; 'though.': 0.07; 'canvas': 0.09; 'controlled': 0.09; 'etc...': 0.09; 'gui': 0.14; 'wrote:': 0.14; '+1,': 0.16; 'backend,': 0.16; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'glue': 0.16; 'message-id:@linux-yu4c.site': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'reply- to:addr:awilliam': 0.16; 'reply-to:addr:whitemice.org': 0.16; 'screen,': 0.16; 'header:In-Reply-To:1': 0.21; 'maybe': 0.23; 'parameters.': 0.23; 'code': 0.24; '(and': 0.25; 'received:72.14': 0.26; 'tried': 0.27; 'be.': 0.29; 'sat,': 0.29; 'subject:?': 0.29; 'entry': 0.31; 'seem': 0.32; 'app': 0.32; 'to:addr:python-list': 0.33; 'that,': 0.34; 'there': 0.35; 'ideal': 0.36; 'table': 0.37; 'useful': 0.37; 'change': 0.37; 'but': 0.38; 'data': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'apps': 0.63; 'perfect': 0.64; 'ever': 0.64; 'perfectly': 0.65; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'claim': 0.76; 'future,': 0.76; 'niche,': 0.84; 'purpose,': 0.84; 'subject:alternatives': 0.84 Subject: Re: Python Card alternatives? From: Adam Tauno Williams To: python-list@python.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sun, 12 Jun 2011 11:18:41 -0400 Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: awilliam@whitemice.org 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: 20 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307892058 news.xs4all.nl 49041 [::ffff:82.94.164.166]:37463 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7485 On Sat, 2011-06-11 at 13:07 +0000, rzed wrote: > Desktop apps don't seem to be the wave of the future, but they still > serve a useful purpose today. They can be ideal for a quick database > table management screen, +1, they are perfect for that, and will be around for a *long* *long* time. And I doubt they will ever go away - the web app will change to be more desktopish. Gtk already has an experimental HTML canvas backend, GNOME3 is a canvas controlled via JavaScript, etc... > or a data entry front end for a program with > a bunch of parameters. It's not easy enough to build a quick utility > with a GUI front end, though. Wax and PythonCard (and maybe others) > tried to hit that niche, but development on both is spotty at best. > Some claim that Dabo's gui builder is a good one for this purpose, and > maybe it can be. Are there any other, better solutions? My advice is to keep it simple. Gtk/Glade works perfectly well for this purpose. The glue code required is trivial.