Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip:/ 40': 0.07; '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; 'think?': 0.09; 'output': 0.11; 'wrote:': 0.15; '2.6,': 0.16; 'from:addr:acm.org': 0.16; 'received:198.144': 0.16; 'skip:/ 50': 0.16; 'subject:Mac': 0.16; 'suggest': 0.17; 'stick': 0.19; 'explains': 0.25; "i'm": 0.27; 'mon': 0.29; 'installer': 0.30; 'url:releases': 0.30; 'version': 0.30; 'received:198': 0.32; 'header:User-Agent:1': 0.34; 'header:X-Complaints-To:1': 0.34; 'to:addr:python-list': 0.34; 'test': 0.34; 'charset:us-ascii': 0.36; 'url:python': 0.36; 'python.org': 0.36; 'but': 0.37; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'header :Mime-Version:1': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; 'where': 0.40; 'results': 0.62; 'here:': 0.64; 'jun': 0.67; 'article': 0.76; 'luck.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work Date: Tue, 28 Jun 2011 01:49:30 -0700 References: <198e388e-57ce-42e4-acff-48bed83563ee@m22g2000yqh.googlegroups.com> <1308852410.2257.1466520017@webmail.messagingengine.com> <09cae8bf-4b1f-40ea-af36-4ba130c41949@m18g2000vbl.googlegroups.com> <7e5a3cc6-93d0-4750-93cd-fe721960d706@u26g2000vby.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: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1309250985 news6.xs4all.nl 4358 [2001:888:2000:d::a6]:47153 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8531 In article <7e5a3cc6-93d0-4750-93cd-fe721960d706@u26g2000vby.googlegroups.com>, mando wrote: > This is the result of the test you suggested to me. What do you think? > > Last login: Mon Jun 27 19:35:21 on ttys000 > host220-186-dynamic:~ luca$ cd /Library/Frameworks/Python.framework/ > Versions/2.6 > host220-186-dynamic:2.6 luca$ cd ./lib/python2.6/lib-dynload/ > host220-186-dynamic:lib-dynload luca$ otool -L _tkinter.so > _tkinter.so (architecture ppc): > /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility > version 8.5.0, current version 8.5.1) > /Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility > version 8.5.0, current version 8.5.1) > /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version > 47.1.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 88.3.9) > _tkinter.so (architecture i386): > /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility > version 8.5.0, current version 8.5.1) > /Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility > version 8.5.0, current version 8.5.1) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 88.3.9) I'm not sure where you got that version of Python from but the output from otool is definitely not that of a _tkinter.so from the standard python.org 2.6.6 installer and it explains the results you are seeing. If you want to stick with the python.org Python 2.6, I suggest you download the latest installer from here: http://python.org/download/releases/2.6.6/ and re-install. Good luck. -- Ned Deily, nad@acm.org