Is it possible to install IDLE on Python 2.5 and Ubuntu
Posted
by
broiyan
on Stack Overflow
See other posts from Stack Overflow
or by broiyan
Published on 2010-12-29T06:01:14Z
Indexed on
2010/12/29
6:53 UTC
Read the original article
Hit count: 287
idle
|python-2.5
Ubuntu Software Center offers versions of IDLE numbered 2.6 and upwards. If I have to use Python 2.5 (because of Google App Engine compatibility), will it be possible to still use IDLE? I am of course assuming that the there is some necessity for the IDLE version number to be the same as the Python version number.
Presently, my invocations of IDLE fail because of _tkinter not being found. Likewise it is not found when I try to do an import _tkinter interactively. I then proceeded to install Tcl and Tk and python-tk and one of the IDLE versions being offered (none were labelled 2.5) but _tkinter still does not get imported.
© Stack Overflow or respective owner