IDLE doesn't run on OSX 10.3.9

thomascribbs at gmail.com thomascribbs at gmail.com
Thu Oct 2 10:51:03 EDT 2008


Now I downloaded the latest Python 2.6 that came out yesterday, and
also downloaded the latest ActiveTcl...

I run a Terminal, cd /usr/local/bin, and type "idle2.6"...get this
error message:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/Current/bin/
idle2.6", 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)


Thanks for any help.
-Tom




On Oct 1, 9:22 am, Kevin Walzer <k... at codebykevin.com> wrote:
> thomascri... at gmail.com wrote:
> > Just did a new install of Tcl/tk from activestate.com and IDLE still
> > not working...
>
> > -Tom
>
> Did you install Tcl/Tk 8.5? It won't work with the build of Python from
> python.org (it looks for 8.4).
>
> --
> Kevin Walzer
> Code by Kevinhttp://www.codebykevin.com




More information about the Python-list mailing list