Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!news2.euro.net!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'python': 0.08; 'from:addr:canterbury.ac.nz': 0.09; 'from:addr:greg.ewing': 0.09; 'from:name:greg ewing': 0.09; 'header:In-reply-to:1': 0.09; 'message-id:@canterbury.ac.nz': 0.09; 'efficiently.': 0.16; 'janssen': 0.16; 'received:(new zealand standard time)': 0.16; 'received:132.181': 0.16; 'received:132.181.2': 0.16; 'received:ac.nz': 0.16; 'received:canterbury.ac.nz': 0.16; 'received:conversion- daemon.it.canterbury.ac.nz': 0.16; 'received:it.canterbury.ac.nz': 0.16; 'wrote:': 0.16; 'though.': 0.23; 'works.': 0.23; 'greg': 0.24; 'anyone': 0.32; 'to:addr:python-list': 0.33; 'header:User- Agent:1': 0.34; 'received:132': 0.34; 'model': 0.37; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'view': 0.67; 'anywhere.': 0.84 Date: Thu, 15 Sep 2011 16:28:49 +1200 From: Greg Ewing Subject: Re: ANN: PyGUI 2.5 In-reply-to: <17012.1316026038@parc.com> To: python-list@python.org Organization: University of Canterbury | Te Whare Wananga o Waitaha MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110817 Fedora/3.1.12-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.12 References: <962t3eFgd1U1@mid.individual.net> <17012.1316026038@parc.com> 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1316060935 news.xs4all.nl 2460 [2001:888:2000:d::a6]:36716 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:13298 On 15/09/11 06:47, Bill Janssen wrote: > One possibility would be to develop a PyGUI branch on top of Tk, so that > it would work with Python anywhere. Unfortunately, I doubt whether Tk would be up to the task of supporting PyGUI efficiently. The philosophies of model-view separation and allowing more than one view of a model are at odds with the way Tk works. Anyone who wants to have a go at it is welcome to try, though. -- Greg