Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13928 closed defect (fixed)

python idle.24 doesnt run fails tk dependencies

Reported by: asmarin@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: mww@…
Port:

Description

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.

Change History (5)

comment:1 Changed 16 years ago by gui-dos (Guido Soranzio)

Cc: mww@… added

comment:2 Changed 16 years ago by gui-dos (Guido Soranzio)

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

comment:3 Changed 16 years ago by gui-dos (Guido Soranzio)

The same happens for py-tkinter, of course.

comment:4 Changed 16 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Looks like this was fixed in r33349.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.