#16004: IDLE (installed with python25) fails to launch without py25-tkinter --------------------------------------+------------------------------------- Reporter: jon.hermansen@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by jon.hermansen@gmail.com): Messed up the formatting a bit, this was not correct: = Running current install of python2.5 to interactively check for Tkinter = {{{ Emmett:~ Amy$ /opt/local/bin/python2.5 -i Python 2.5.2 (r252:60911, Jul 10 2008, 10:49:04) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import _tkinter Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named _tkinter import Tkinter Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 /lib-tk/Tkinter.py", line 38, in <module> import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named _tkinter quit() }}}
-- Ticket URL: <http://trac.macports.org/ticket/16004#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS