Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.075 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:GUI': 0.16; 'subject:desktop': 0.16; 'wxpython': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; '25,': 0.31; 'subject:next': 0.31; 'checking': 0.33; 'fri,': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'should': 0.36; 'new': 0.61; 'more': 0.64; 'skip:\xe2 10': 0.65; 'worth': 0.66; 'default': 0.69; '8bit%:43': 0.74; 'jul': 0.74; 'subject:Project': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=6UejGAp5j/0xq/+eJo8tdBMNc6R6jHxPDOE3mL49IQQ=; b=N9DNW9MCWpt+/Ua7c8fkda67ox3lOO6b5VLhgbaRSdRv6F1nWl58XQatReYboxZpxD dRr7r7tCYHfj7jV6uVGt96zr+NkcQYuNlm4EEA1fJ35jCFymQPB2lHYKAjjBawK9p2s2 oGVPvgZNf6HHmDvAIAY/Zx7AuRMpCNjTFg2zWJazt1/yRi+4jSM0D7umL/eN9al9OkGM U5O4x94LXOFao3y2DO7WhMFIu78Lfi4vh8Thwtxj7BDWnsJaxYfLaz+jsB3Y7XZqrzZ6 OLbgxBEEK8FeMbO3Lzx1E/tnhXukKh5xmmOxzrMJOuwMv5LuL88/FVxYEc4AcV+KfZ3b BUwA== MIME-Version: 1.0 X-Received: by 10.52.232.200 with SMTP id tq8mr12138893vdc.32.1406221759310; Thu, 24 Jul 2014 10:09:19 -0700 (PDT) In-Reply-To: References: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> Date: Fri, 25 Jul 2014 03:09:19 +1000 Subject: Re: Exploring Python for next desktop GUI Project From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406221764 news.xs4all.nl 2977 [2001:888:2000:d::a6]:58084 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75155 On Fri, Jul 25, 2014 at 3:04 AM, Chris =E2=80=9CKwpolska=E2=80=9D Warrick wrote: > I personally recommend PyQt4/PySide. wxPython is also worth checking out. > And it might be better to stay with Python 2, there are still things that > don't work with Py3k that you might find crucial. Can you be more specific? Python 3 should be the default for new projects unless there's a good reason for going Py2. Chrisa