Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; 'gui': 0.12; '(next': 0.16; '12:57': 0.16; 'be:': 0.16; 'noble': 0.16; 'portable': 0.16; 'subject:GUI': 0.16; 'subject:desktop': 0.16; 'wxpython': 0.16; 'folks': 0.16; 'wrote:': 0.18; 'advance.': 0.19; 'platforms': 0.22; 'cc:addr:python.org': 0.22; 'creating': 0.23; '(or': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'serve': 0.31; '25,': 0.31; 'subject:next': 0.31; 'option': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'advice': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'next': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'requirements': 0.37; 'project': 0.37; 'little': 0.38; 'supporting': 0.39; 'url:mail': 0.40; 'new': 0.61; 'to:addr:gmail.com': 0.65; 'soon.': 0.71; 'jul': 0.74; 'subject:Project': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=OtN3778YxXDrc3cfL9GwhPFeH7xaV8NU12+FlatXi9s=; b=VqviB7HrSLrF8s8wCoBAsQaR+FU10ddt7t8U/gwqIGpPDmwexC/muJ1MuNl1izwPaz 6hAwye9nbKi56VeP6q383aObBC/eoAHGI9bqiG3bvu9Vp4dgSg51yoWWO24BF+JJLKKn Aw/kJk2rzQljyTk2DTHu28zfGUzeErbsN2tmh7uCNEXUDNYE2raBC8nMXvG/WEviPAHz QRxz+NNTn5y9apI1b4dzi7KYwtX9d9teXrsEjhTUyj4eKvEzj1cBv8IfqLKH3fg4+eYB EBeTaiUGhVvNz5P1J9YqCf/Pd0VafsMj/22C1gtegErajJoW4+nZXEq3iMF/2xmwTiPB 6u7Q== X-Received: by 10.52.34.46 with SMTP id w14mr11374541vdi.64.1406218832080; Thu, 24 Jul 2014 09:20:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> References: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> From: INADA Naoki Date: Fri, 25 Jul 2014 01:20:12 +0900 Subject: Re: Exploring Python for next desktop GUI Project To: Noble Bell Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406218845 news.xs4all.nl 2889 [2001:888:2000:d::a6]:56740 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75146 1. PyQt (or PySide) 2. Python 2 will be legacy soon. Use Python 3 for new project. wxPython is also good option but doesn't support Python 3 for now. I don't know when wxPhenix (next wxPython supporting Python 3) will be released. On Fri, Jul 25, 2014 at 12:57 AM, Noble Bell wrote: > I am exploring the idea of creating my next desktop GUI project in Python and would like a little advice from you folks about a couple of requirements. > > My requirements will be: > 1. Needs to be portable across platforms with native LAF (Windows,Linux,OSX) > 2. Python 2 or 3? Which will serve me better in the future? > > Thanks in advance. > Noble > > -- > https://mail.python.org/mailman/listinfo/python-list -- INADA Naoki