Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'interfaces': 0.12; 'cygwin,': 0.16; 'osx': 0.16; 'received:173.11': 0.16; 'subject:GUI': 0.16; 'header:In-Reply-To:1': 0.22; "i'm": 0.27; 'subject:?': 0.31; 'to:addr:python-list': 0.33; 'header:User-Agent:1': 0.34; 'pretty': 0.35; 'header:X-Complaints-To:1': 0.35; 'run': 0.37; 'but': 0.37; 'page': 0.37; 'received:org': 0.38; 'subject:: ': 0.39; 'option': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; "i'd": 0.40; 'where': 0.40; 'more': 0.60; 'pyjamas': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Emile van Sebille Subject: Re: Table Driven GUI Definition? Date: Fri, 05 Aug 2011 13:16:54 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 173-11-108-137-sfba.hfc.comcastbusiness.net User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312575609 news.xs4all.nl 23960 [2001:888:2000:d::a6]:60990 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10926 On 8/5/2011 10:53 AM Tim Daneliuk said... > I have a task where I want to create pretty simple one page visual > interfaces (Graphical or Text, but it needs to run across Windows, > Cygwin, Linux,*BSD, OSX ...). These interfaces are nothing more > than option checklists and text fields. I'm not happened across an automated tool exactly, but I'd look into pyjamas or pygui. Emile