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 Watchman
Recipients Watchman, benjamin.peterson, fzero, kjohnson, leoofborg, naufraghi, njw23, ohmi, tebeka, tommusic
Date 2008-10-14.07:09:27
SpamBayes Score 2.636694e-07
Marked as misclassified No
Message-id <1223968170.41.0.807786210702.issue4017@psf.upfronthosting.co.za>
In-reply-to
Content
Aloha!

I followed the suggestions in msg74544 by Leo M and can confirm that
IDLE starts as OK.

*BUT* when I try to import Tkinter I get:

>>> import Tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk/Tkinter.py",
line 39, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError:
dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so,
2): Library not loaded: /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl
  Referenced from:
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so

It seems the fix is not 100%
History
Date User Action Args
2008-10-14 07:09:30Watchmansetrecipients: + Watchman, tebeka, kjohnson, benjamin.peterson, naufraghi, fzero, ohmi, tommusic, njw23, leoofborg
2008-10-14 07:09:30Watchmansetmessageid: <1223968170.41.0.807786210702.issue4017@psf.upfronthosting.co.za>
2008-10-14 07:09:29Watchmanlinkissue4017 messages
2008-10-14 07:09:27Watchmancreate