In article <f9435b73-5001-48d9-b2e8-6fd866339...@l32g2000vba.googlegroups.com>, Edward Grefenstette <[email protected]> wrote: > I thought of this. I uninstalled Tk from macports, but the same error > crops up. Evidently, Tk 8.5 remains installed somewhere else, but I > don't know where. How can I find out?
Look in /Library/Frameworks for Tcl.framework and Tk.framework. You can safely delete those if you don't need them. But also make sure you update to the latest 2.6 (currently 2.6.2) python.org version; as noted, the original 2.6 python.org release had issues with user-installed Tcl and Tk frameworks. -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
