Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'tkinter': 0.07; 'excluding': 0.09; 'cc:addr:python-list': 0.11; 'gui': 0.12; 'systems.': 0.12; 'drag': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'proposed': 0.22; 'cc:addr:python.org': 0.22; 'stick': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'designer': 0.30; 'message- id:@mail.gmail.com': 0.30; 'sep': 0.31; 'received:google.com': 0.35; 'really': 0.36; 'subject:?': 0.36; 'should': 0.36; 'pm,': 0.38; 'anything': 0.39; 'skip:u 10': 0.60; "you're": 0.61; 'to:addr:gmail.com': 0.65; 'trouble.': 0.91; '2013': 0.98 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:to :cc:content-type; bh=N8CywRYNDaLtx7KdvVxKDBtllarBAMUDAg8xmQMFX5I=; b=Flb72CbS+kGQbWAxfCXl0j11jCw4P5SUtqYbeZ2lIal3U9laV+44njvJTfM6g78kf/ dP+T8dGDR+IzOpoIPve+hQ1fIZFOSWWSO93SO9YMTU1emNIYtuG+QBE59MvpPJzs7QeN IfqbCWzAQWj35Susa2iBPR0Ip4CJumP2HEFkULc3QgeS46xHbKezvLUeP2x0lgjvK8DM ztkqokITwT51fSUB/otgrNuWxSv9iiYQgA9TiMjePe33Tj2AXVY52hrlZlfjHN54bga7 aft3sib7zxPhsqjJhYXP1paGpg75oq/B2bmCrKFZmD6Cdq2otXfx9PlomvMgmnua6x30 pI2A== MIME-Version: 1.0 X-Received: by 10.68.191.36 with SMTP id gv4mr4179673pbc.167.1379005798408; Thu, 12 Sep 2013 10:09:58 -0700 (PDT) In-Reply-To: <1a8b14b3-85f3-4515-ba43-9b40e1a89f1d@googlegroups.com> References: <1a8b14b3-85f3-4515-ba43-9b40e1a89f1d@googlegroups.com> Date: Thu, 12 Sep 2013 13:09:58 -0400 Subject: Re: Python GUI? From: Jerry Hill To: eamonnrea@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: "python-list \(General\)" 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379005808 news.xs4all.nl 15949 [2001:888:2000:d::a6]:47060 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54067 On Wed, Sep 11, 2013 at 4:55 PM, wrote: > Have you got anything to say on what one I should be using(excluding PyQT because it has a D&D designer >:( )? Is Tkinter really dead? Should I stick with wxPython? If that's a reason for excluding a GUI toolkit, you're in trouble. Drag and drop layout tools exist for all of your proposed systems. -- Jerry