Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'warnings': 0.04; 'beginner': 0.05; 'scipy': 0.05; 'widely': 0.05; 'python3': 0.07; 'subject:bug': 0.07; 'turtle': 0.07; 'beginners': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tcl/tk': 0.09; 'windows,': 0.09; 'python': 0.11; 'jan': 0.12; '*this*': 0.16; 'agree.': 0.16; 'modules.': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'skips': 0.16; 'travis': 0.16; 'subject:python': 0.16; 'ignore': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'putting': 0.22; 'separate': 0.22; 'install': 0.23; 'load': 0.23; 'header:User-Agent:1': 0.23; 'package.': 0.24; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'moved': 0.30; 'are.': 0.31; 'go.': 0.31; 'proposing': 0.31; 'running': 0.33; 'core': 0.34; 'test': 0.35; 'but': 0.35; 'there': 0.35; 'really': 0.36; 'idle': 0.36; 'list': 0.37; 'easily': 0.37; 'being': 0.38; 'manager': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'expect': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'system.': 0.39; 'received:org': 0.40; 'black': 0.61; 'received:173': 0.61; 'course': 0.61; 'can\xe2\x80\x99t': 0.84; 'how.': 0.84; 'package?': 0.84; 'received:fios.verizon.net': 0.84; 'surprised,': 0.84; 'working,': 0.84; 'proposal,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: tkinter bug on mac maverick python 3.3.3 Date: Wed, 27 Nov 2013 18:01:52 -0500 References: <5295d83d$0$3458$426a34cc@news.free.fr> <4E3E776C-8659-4984-9B77-A5ED3DDA9BEA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <4E3E776C-8659-4984-9B77-A5ED3DDA9BEA@gmail.com> 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385593342 news.xs4all.nl 15979 [2001:888:2000:d::a6]:57828 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60646 On 11/27/2013 1:44 PM, Travis Griggs wrote: > Or are you proposing that Tcl/Tk be moved out of the python core > distro, and instead delivered as a separate package? AFAIK, TK is only distributed with the core on Windows, where there is=20 no package manager to easily install it. It is required for the turtle=20 and idle modules. > If *this* is > your proposal, I wholeheartedly agree. Just the other day, I was > working on putting python3 on a beaglebone black (similar to a > raspberry pi). It built OK, but I had to ignore lots of warnings > about Tcl/Tk not working, which of course was a =E2=80=9Cduh=E2=80=9D. Were you running the test suite? Perhaps you can customize the list of=20 expect skips for your particular system. But I am not sure how. > I was surprised, that among some, there=E2=80=99s a sentiment that pyth= on > core MUST include it. Which was interesting. One of the core > principles of this language is all about modules and modularity. Why > can=E2=80=99t the Tcl/Tk module be the same as numpy and scipy and many= of > the other widely installed-after-the-fact-as-appropriate packages? Nothing in the stdlib uses numpy. It is not a beginner package. Turtle=20 and Idle are. Idle is really necessary, at least for many beginners, on=20 Windows. Teachers and beginners appreciate being able to load and go. --=20 Terry Jan Reedy