Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'tkinter': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'gui': 0.12; 'backward': 0.16; 'fine.': 0.16; 'finney': 0.16; 'preserve': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'widgets.': 0.16; 'library': 0.18; 'bit': 0.19; 'rules': 0.22; 'header:User-Agent:1': 0.23; 'looks': 0.24; 'asking': 0.27; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; "doesn't": 0.30; 'newer': 0.30; 'easier': 0.31; 'breaking': 0.31; 'commonly': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'writes:': 0.31; 'probably': 0.32; 'url:python': 0.33; 'basic': 0.35; 'there': 0.35; 'url:org': 0.36; 'should': 0.36; 'ben': 0.38; 'url:library': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:3': 0.61; 'simply': 0.61; 'more': 0.64; 'skip:\xe2 10': 0.65; 'received:125': 0.84; 'subject:Best': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: Best GUI for Python Date: Mon, 27 Apr 2015 06:26:41 +1000 References: <87h9s311r6.fsf@Equus.decebal.nl> <553cffc2$0$12998$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:UKnzTBMaSTVtCgQIBGttIJAext0= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430080030 news.xs4all.nl 2838 [2001:888:2000:d::a6]:39377 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89431 Steven D'Aprano writes: > Tkinter is easier to use, as it is standard with Python. So long as > you have Tk/Tcl installed on your computer, Tkinter should work fine. > > However, Tkinter probably looks a bit more old fashioned. It doesn't have to. By using the newer ‘tkinter.ttk’ library , the GUI will use native look-and-feel widgets. Why not by default? To preserve backward compatibility. There are some old GUI programs using basic Tkinter, and breaking the GUI is not a good thing to do to programs which are otherwise working fine. So you only get the newer widgets by asking for them explicitly. -- \ “Members of the general public commonly find copyright rules | `\ implausible, and simply disbelieve them.” —Jessica Litman, | _o__) _Digital Copyright_ | Ben Finney