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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'does.': 0.07; 'terry': 0.07; 'python': 0.08; 'header:In-reply- to:1': 0.09; 'cc:addr:janssen': 0.16; 'cc:addr:parc.com': 0.16; 'from:addr:janssen': 0.16; 'from:addr:parc.com': 0.16; 'from:name:bill janssen': 0.16; 'gobject': 0.16; 'macosx': 0.16; 'message-id:@parc.com': 0.16; 'pygtk,': 0.16; 'received:13': 0.16; 'received:13.1': 0.16; 'received:13.1.64': 0.16; 'received:13.1.64.93': 0.16; 'received:alpha.xerox.com': 0.16; 'received:parc.com': 0.16; 'received:xerox.com': 0.16; 'reedy': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'gregory': 0.23; 'greg': 0.24; 'libraries': 0.24; "i'm": 0.27; 'cc:addr:python.org': 0.30; 'ewing': 0.30; 'version': 0.32; 'too': 0.33; 'there': 0.33; "i've": 0.34; 'quite': 0.34; 'idea': 0.34; 'yet,': 0.34; 'issue': 0.36; 'cc:2**1': 0.36; 'instead.': 0.37; 'subject:: ': 0.39; 'enough': 0.39; 'making': 0.67; 'anywhere.': 0.84; 'me:': 0.84; 'moment.': 0.84 To: Gregory Ewing Subject: Re: ANN: PyGUI 2.5 In-reply-to: <962t3eFgd1U1@mid.individual.net> References: <962t3eFgd1U1@mid.individual.net> Comments: In-reply-to Gregory Ewing message dated "Fri, 17 Jun 2011 22:58:03 -0700." X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.90 Date: Wed, 14 Sep 2011 11:47:18 PDT From: Bill Janssen Cc: python-list@python.org 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: 1316026212 news.xs4all.nl 2411 [2001:888:2000:d::a6]:46421 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:13280 Gregory Ewing wrote: > Terry Reedy wrote: > > > Greg left out the most important to me: > > "Now works with Python 3 on MacOSX and Windows!" > > I'm not making too much of that at the moment, because it > *doesn't* work on Linux yet, and I've no idea how long > it will be before it does. > > The issue is that there will apparently not be any > Python 3 version of pygtk, on the grounds that gobject > introspection can be used instead. Unfortunately, > Gtk 3 and related libraries don't quite handle gobject > introspection well enough to support PyGUI at the moment. One possibility would be to develop a PyGUI branch on top of Tk, so that it would work with Python anywhere. Bill