Message74722
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% |
|
Date |
User |
Action |
Args |
2008-10-14 07:09:30 | Watchman | set | recipients:
+ Watchman, tebeka, kjohnson, benjamin.peterson, naufraghi, fzero, ohmi, tommusic, njw23, leoofborg |
2008-10-14 07:09:30 | Watchman | set | messageid: <1223968170.41.0.807786210702.issue4017@psf.upfronthosting.co.za> |
2008-10-14 07:09:29 | Watchman | link | issue4017 messages |
2008-10-14 07:09:27 | Watchman | create | |
|