[issue4017] IDLE 2.6 broken on OSX (Leopard)

Bryan Bingham report at bugs.python.org
Fri Oct 3 02:57:33 CEST 2008


Bryan Bingham <b__2 at ieee.org> added the comment:

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)

----------
nosy: +ohmi

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4017>
_______________________________________


More information about the Python-bugs-list mailing list