[MacPorts] #13928: python idle.24 doesnt run fails tk dependencies
#13928: python idle.24 doesnt run fails tk dependencies ---------------------------+------------------------------------------------ Reporter: asmarin@us.es | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------+------------------------------------------------ Hi, when try to use idle2.4 a tk error dependencie appears. sh-3.2# idle2.4 Traceback (most recent call last): File "/opt/local/bin/idle2.4", line 5, in ? main() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/idlelib/PyShell.py", line 1350, in main root = Tk(className="Idle") File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4 /lib-tk/Tkinter.py", line 1571, in __init__ self._loadtk() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4 /lib-tk/Tkinter.py", line 1589, in _loadtk raise RuntimeError, \ RuntimeError: tk.h version (8.5) doesn't match libtk.a version (8.4) Can any python maintainer change it? Thanks in advance. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13928> MacPorts </projects/macports> Ports system for Mac OS
#13928: python idle.24 doesnt run fails tk dependencies ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Changes (by gui_dos@macports.org): * cc: mww@macports.org (added) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13928#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#13928: python idle.24 doesnt run fails tk dependencies ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by gui_dos@macports.org): The problem is due to the setup.py script in the current py25-tkinter module which has not been updated for Tcl 8.5. {{{ reinplace "s|__TK-VERSION__|8.4|g" }}} should be updated into: {{{ reinplace "s|__TK-VERSION__|8.5|g }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13928#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#13928: python idle.24 doesnt run fails tk dependencies ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by gui_dos@macports.org): The same happens for py-tkinter, of course. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13928#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#13928: python idle.24 doesnt run fails tk dependencies ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------+----------------------------------------------- Changes (by jmr@macports.org): * status: new => closed * resolution: => fixed Comment: Looks like this was fixed in r33349. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13928#comment:4> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts