IDLE not working on RedHat 9

Anthony Baxter anthony at interlink.com.au
Wed May 21 21:24:58 EDT 2003


>>> Otto Hoel wrote
> Hi,
> Python works, but IDLE does not.  Here is what I get when trying to run it:
> 
> [root at costaplenty idle]# ./idle.py
> Traceback (most recent call last):
>   File "./idle.py", line 3, in ?
>     import PyShell
>   File "./PyShell.py", line 13, in ?
>     from Tkinter import *
> ImportError: No module named Tkinter

Install the tkinter-2.2.2 RPM.

Anthony





More information about the Python-list mailing list