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 <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] 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 -- http://mail.python.org/mailman/listinfo/python-list