Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '(although': 0.05; 'subject:Python': 0.06; 'etc...': 0.09; 'tending': 0.09; 'wrote:': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:GUI': 0.16; 'pm,': 0.16; 'received:209.85.210.174': 0.19; 'received:mail-iy0-f174.google.com': 0.19; 'header:In-Reply-To:1': 0.22; 'bugs': 0.28; 'message-id:@mail.gmail.com': 0.28; '24,': 0.29; 'differences': 0.30; 'sun,': 0.30; 'standards': 0.31; 'cross': 0.32; 'to:addr:python-list': 0.34; 'instead': 0.34; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'platform': 0.38; 'except': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'browser': 0.61; 'perfectly': 0.64; 'cameron': 0.67; 'comply': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iMNJ4tx9zUoK4vGJbCw9iRIUuE3jUKfHQeqEqvpHil4=; b=qKmKeiMR9Eymuj0p7oyCS4Re+YIMvjri0+aAMi2tR9veM0ebaEbfatJc7qPQ21hbov cLBqhhWpjBDJXMipvOaJlvg4YPk5eEEc8wDlG0QM3byw1uSMPu0kSV+BIc/00J+SwsDf SHqAO/F3lHbBSiQuWzn58cpiXILPQdreOhg2U= MIME-Version: 1.0 In-Reply-To: <20110724035600.GA16844@cskk.homeip.net> References: <98vlleFdf4U1@mid.individual.net> <20110724035600.GA16844@cskk.homeip.net> Date: Sun, 24 Jul 2011 15:00:36 +1000 Subject: Re: I am fed up with Python GUI toolkits... From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311483639 news.xs4all.nl 23975 [2001:888:2000:d::a6]:52993 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10185 On Sun, Jul 24, 2011 at 1:56 PM, Cameron Simpson wrote: > And then you have the cross platform nirvana. Except for the browsers' > various differences and bugs etc etc... > The "platform" ceases to be Windows/Linux/Mac, ceases to be Qt/GTK/Tk, and instead becomes Webkit/Gecko/Trident. It's still not perfectly cross-platform. (Although the recent ones are tending to comply with the standards better than during the old IE vs Netscape browser wars.) ChrisA