#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 17 years ago by gui-dos (Guido Soranzio)
Cc: | mww@… added |
---|
comment:2 Changed 17 years ago by gui-dos (Guido Soranzio)
comment:3 Changed 17 years ago by gui-dos (Guido Soranzio)
The same happens for py-tkinter, of course.
comment:4 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like this was fixed in r33349.
The problem is due to the setup.py script in the current py25-tkinter module which has not been updated for Tcl 8.5.
should be updated into: