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 ohmi
Recipients fzero, ohmi
Date 2008-10-03.00:57:30
SpamBayes Score 8.20465e-08
Marked as misclassified No
Message-id <1222995453.0.0.878104033229.issue4017@psf.upfronthosting.co.za>
In-reply-to
Content
Installing tcl 8.5 from activestate gets rid of that error but then the 
following happens on my pretty clean iMac:

Traceback (most recent call last):
  File "/usr/local/bin/idle", line 5, in <module>
    main()
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib
/PyShell.py", line 1382, in main
    root = Tk(className="Idle")
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-
tk/Tkinter.py", line 1645, in __init__
    self._loadtk()
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-
tk/Tkinter.py", line 1659, in _loadtk
    % (_tkinter.TK_VERSION, tk_version)
RuntimeError: tk.h version (8.4) doesn't match libtk.a version (8.5)
History
Date User Action Args
2008-10-03 00:57:33ohmisetrecipients: + ohmi, fzero
2008-10-03 00:57:33ohmisetmessageid: <1222995453.0.0.878104033229.issue4017@psf.upfronthosting.co.za>
2008-10-03 00:57:31ohmilinkissue4017 messages
2008-10-03 00:57:30ohmicreate