Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ethan Furman Newsgroups: comp.lang.python Subject: Re: Getting back into PyQt and not loving it. Date: Mon, 27 Jun 2016 16:00:23 -0700 Lines: 13 Message-ID: References: <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <8470bc54-1cd5-49e0-852c-9729f2747319@googlegroups.com> <2883132b-f862-5b51-fff9-b98486ff7dc5@mrabarnett.plus.com> <5771B007.30502@stoneleaf.us> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de iRTdnm1VnruavV3yDYOLLwBcZRCDlz3+JfVq/jId00TQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'mrab': 0.05; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'subject:Getting': 0.09; 'subject:into': 0.09; 'python': 0.10; 'subject:not': 0.11; 'pythonic': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:PyQt': 0.16; 'wrote:': 0.16; 'tkinter': 0.22; 'trying': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; '~ethan~': 0.29; 'e.g.': 0.30; 'problem': 0.33; 'done': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'say': 0.37; 'itself': 0.38; 'version': 0.38; 'to:addr:python.org': 0.40; 'still': 0.40; 'charset:windows-1252': 0.62; 'making': 0.62; 'more': 0.63; 'tkinter,': 0.84; 'lately,': 0.91 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <2883132b-f862-5b51-fff9-b98486ff7dc5@mrabarnett.plus.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <5771B007.30502@stoneleaf.us> X-Mailman-Original-References: <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <8470bc54-1cd5-49e0-852c-9729f2747319@googlegroups.com> <2883132b-f862-5b51-fff9-b98486ff7dc5@mrabarnett.plus.com> Xref: csiph.com comp.lang.python:110617 On 06/26/2016 07:12 PM, MRAB wrote: > Is it a problem with Tk itself or with the Python wrapper? Would it be > better if we made a more Pythonic version of Tkinter, e.g. making > Frame.title a property? I would say it's the wrapper. I appreciate all the work being done on tkinter lately, but it's still jarring trying to use the not-very-pythonic-at-all interface. -- ~Ethan~