Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:IDLE': 0.04; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'url:gmane': 0.09; 'url:mac': 0.09; 'from:addr:acm.org': 0.16; 'installer.': 0.16; 'pythons': 0.16; 'received:198.144': 0.16; 'tcl/tk': 0.16; 'wrote:': 0.18; 'downloaded': 0.21; 'subject:not': 0.21; '64-bit': 0.23; 'bit': 0.28; 'installer': 0.30; "didn't": 0.30; 'received:198': 0.32; 'to:addr:python-list': 0.32; 'header:User- Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'skip:3 10': 0.34; 'list.': 0.34; 'thank': 0.35; 'charset:us-ascii': 0.36; 'but': 0.37; 'received:org': 0.37; 'url:org': 0.38; 'mailing': 0.38; "there's": 0.39; 'subject:: ': 0.39; 'under': 0.39; 'python.org': 0.39; 'change': 0.39; 'might': 0.39; 'to:addr:python.org': 0.39; 'did': 0.40; 'your': 0.61; 'covers': 0.64; 'subject:will': 0.64; 'day': 0.67; 'cameron': 0.73; 'sir': 0.73; 'article': 0.76; 'url:dir': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: No matter what I do, IDLE will not work... Date: Thu, 10 Nov 2011 22:51:29 -0800 References: <3c2688bd-4f87-4eb1-9b40-3cb536a2d8df@e3g2000vbs.googlegroups.com> <960bb3e9-a1b4-4495-9334-e1a35f9b40f5@e3g2000vbs.googlegroups.com> <415ed0ec-65a5-41df-b81e-d74786c74073@s5g2000vbe.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1320994308 news.xs4all.nl 6901 [2001:888:2000:d::a6]:36300 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15587 In article <415ed0ec-65a5-41df-b81e-d74786c74073@s5g2000vbe.googlegroups.com>, CAMERON ALLEY wrote: > IT WORKS!!!! I didn't change my activestate, but I downloaded python > 3.2.2 with the 32 bit installer and it works! Perfectally!! > > Sir you're my savior, thank you so much. > > I don't know how you did it but you just made my day :) The 32-bit-installer links to the older Carbon-based Tcl/Tk 8.4 which is very different under the covers from the Tcl/Tk 8.5 used by the Apple-supplied Pythons and the python.org 64-bit installer. So there's *something* on your system that interferes with the Cocoa Tcl/Tk 8.5. If you want to pursue it, you might ask on the OS X Tcl mailing list. Good luck! http://dir.gmane.org/gmane.comp.lang.tcl.mac -- Ned Deily, nad@acm.org