Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'intel': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'restart': 0.09; 'tcl/tk': 0.09; 'url:activestate': 0.09; 'python': 0.11; 'url:download': 0.12; '(8.5.7)': 0.16; 'buggy': 0.16; 'idle.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:mac': 0.16; 'url:tcltk': 0.16; 'wrote:': 0.18; 'install': 0.23; 'header:User-Agent:1': 0.23; 'header:X -Complaints-To:1': 0.27; 'appear': 0.29; 'getting': 0.31; 'open': 0.33; 'url:python': 0.33; 'running': 0.33; 'core': 0.34; 'version': 0.36; 'idle': 0.36; 'machine.': 0.36; 'url:downloads': 0.36; 'url:org': 0.36; 'should': 0.36; 'starting': 0.37; 'to:addr :python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'visit': 0.64; 'telling': 0.64; 'latest': 0.67; 'book.': 0.68; 'received:204': 0.75; 'article': 0.77; 'installer': 0.84; 'montgomery': 0.84; 'received:204.14': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Python 3.3.2 Shell Message Date: Thu, 07 Nov 2013 10:22:27 -0800 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 204.14.154.233 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS 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: 58 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383848560 news.xs4all.nl 15987 [2001:888:2000:d::a6]:54842 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58685 In article , Bart Montgomery wrote: > I just starting out and am using the Python For Kids book. > I have an 2.4 GHz Intel Core 2 Duo iMac running OS X 10.6.8, and Iım getting > this message when I open IDLE: Warning: The version of Tcl/Tk (8.5.7) in > use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for > current information. Not sure how to proceed. It is telling you that the Tcl/Tk on OS X 10.6 is buggy when used with IDLE. Go to ActiveState's web site and download their latest 8.5 installer for OS X and install it on your machine. Restart IDLE and the message should no longer appear and your experience with IDLE should be much better. http://www.activestate.com/activetcl/downloads -- Ned Deily, nad@acm.org