This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author leoofborg
Recipients benjamin.peterson, fzero, kjohnson, leoofborg, njw23, ohmi, tebeka, tommusic
Date 2008-10-08.19:25:33
SpamBayes Score 5.4423688e-12
Marked as misclassified No
Message-id <1223493935.05.0.740011539538.issue4017@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. First time here, beginner at Python. I have verified that the
Google tip link in the previous to fix IDLE works for me. Post in question:

**
[Kevin's post of 6.Oct, 02:58]
You can avoid this problem by building Python yourself and putting
/Library/Frameworks first on the search path for Tcl/Tk. Look in
setup.py in the source code, around line  1438 (in the
'detect_tkinter_darwin' function), and either comment out
/System/Library or put it underneath /Library/Frameworks. This is what
the official build from Python.org should do--look first in
/Library/Frameworks and then fall back on /System/Library/Frameworks.
I'm not sure why it doesn't.

** 

In setup.py, I simply put /Library/Frameworks/ first as outlined above,
and then did a config-make-install of the Framework version of Python.
IDLE now does not silently fail now, but runs as 'expected'.

-Leo Marihart
 Python Newb, 
 Somewhat more experienced shell guy
History
Date User Action Args
2008-10-08 19:25:35leoofborgsetrecipients: + leoofborg, tebeka, kjohnson, benjamin.peterson, fzero, ohmi, tommusic, njw23
2008-10-08 19:25:35leoofborgsetmessageid: <1223493935.05.0.740011539538.issue4017@psf.upfronthosting.co.za>
2008-10-08 19:25:34leoofborglinkissue4017 messages
2008-10-08 19:25:33leoofborgcreate