IDLE not working on RedHat 9

djw dwelch91 at no.spam.attbi.com
Thu May 22 01:09:08 EDT 2003


I was going to ask about this myself - is this typical on a Linux distro 
to not have tkinter installed? I was hoping to be able to use Tk as the 
"lowest common denominator" UI when I could not count on Qt or GTK, etc. 
   Apparently, that's not the case? Is there any way to reliably get a 
UI up on Linux without having to ship one?

Don




Anthony Baxter wrote:

>>>>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