Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'tcl/tk': 0.09; 'url:mac': 0.09; 'current:': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'url:tcltk': 0.16; 'walzer': 0.16; 'app': 0.16; 'laura': 0.18; 'shipped': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'tkinter': 0.22; 'kevin': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'url:download': 0.24; '+0200,': 0.27; 'this.': 0.28; 'received:se': 0.29; 'ago': 0.29; 'cc:no real name:2**1': 0.29; "i'm": 0.30; 'says': 0.32; 'older': 0.32; 'url:python': 0.33; 'idle': 0.33; 'weeks': 0.34; 'running': 0.34; 'gets': 0.35; 'done': 0.35; 'problem.': 0.35; 'but': 0.36; 'url:org': 0.36; '(and': 0.36; '(i.e.': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'mac': 0.37; 'release': 0.37; 'charset:us- ascii': 0.37; 'version': 0.38; 'christian': 0.38; 'sure': 0.39; 'your': 0.60; 'header:Message-Id:1': 0.61; 'is.': 0.63; 'information': 0.63; 'jul': 0.72; 'received:89': 0.80; '8.6': 0.84; 'gollwitzer': 0.84 To: Christian Gollwitzer cc: python-list@python.org, nad@acm.org From: Laura Creighton Subject: Re: beginners choice: wx or tk? In-Reply-To: Message from Christian Gollwitzer of "Sat, 11 Jul 2015 13:56:09 +0200." References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25225.1436626097.1@fido> Date: Sat, 11 Jul 2015 16:48:17 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sat, 11 Jul 2015 16:48:28 +0200 (CEST) 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436626130 news.xs4all.nl 2849 [2001:888:2000:d::a6]:55663 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93685 In a message of Sat, 11 Jul 2015 13:56:09 +0200, Christian Gollwitzer writes: >Am 11.07.15 um 13:27 schrieb Laura Creighton: >> Also, if you need your app to work with MacOS, be warned that you >> will need an older version of tk than the most recent one. >> This information is current: https://www.python.org/download/mac/tcltk/ >> Don't use 8.6 > >I'm not sure how recent this really is. Kevin Walzer has done a lot of >work to get recent Tcl/Tk (i.e. 8.6) running on OSX. The most recent >ActiveTcl release is 8.6.4.1. I'm using exclusively Tk 8.6 on the Mac >without problems. > > Christian Unless I was misinformed 2 weeks or so ago when I asked, that is the problem. Tcl/Tk 8.6 works (and is shipped with) OSX, but tkinter and idle don't work with it. We will see what Ned Deily says when he gets around to reading this. Laura