Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'granted,': 0.07; 'tkinter': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'so?': 0.09; 'advanced,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'subject:desktop': 0.16; 'terribly': 0.16; 'wrote:': 0.18; 'starts': 0.20; 'creating': 0.23; 'header:User- Agent:1': 0.23; 'fine': 0.24; "haven't": 0.24; 'header:X -Complaints-To:1': 0.27; 'subject:next': 0.31; 'worked': 0.33; 'something': 0.35; 'but': 0.35; 'programming,': 0.36; 'done': 0.36; 'experience,': 0.37; 'expected': 0.38; 'to:addr:python- list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'most': 0.60; 'more': 0.64; 'received:178': 0.74; 'subject:Project': 0.84; 'ware': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Sturla Molden Subject: Re: Exploring Python for next desktop GUI Project Date: Fri, 25 Jul 2014 20:04:21 +0000 (UTC) References: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: ip-155-53-72-178.dialup.ice.net User-Agent: NewsTap/4.0.1 (iPad) X-: 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406318680 news.xs4all.nl 2919 [2001:888:2000:d::a6]:38839 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75210 Zachary Ware wrote: > How so? Like any other facet of programming, using Tk(inter) has it's > frustrations, but for the most part it has always worked as expected > for me. Granted, I haven't done anything terribly fancy. In my experience, tkinter and ttk is fine until you need to do something more advanced, like using OpenGL or creating custom controls. Then it starts to suck incredibly. Sturla