Tkinter in RH8.0

Thomas Korb doc at goodweb.de
Sat Nov 2 08:07:25 EST 2002


On Fri, 01 Nov 2002 21:33:41 +0000, Stuart MacGregor wrote:

> 
> After installing RH8 the apps find 'from Tkinter import *' does not work.  
> RH 8 ships with python 2.2.1 and I have installed every shipped rpm that 
> might help.
> 

I am also using Python 2.2.1 w/ Tkinter on RH 8.0 and have no
problems at all. (Many of my apps use 'from Tkinter import *' etc.)

Are you sure you really did install all necessary RPMs?

When installing RH 8.0, I did not use one of the predefined
setups like 'Personal Desktop' or 'Workstation', but did a
customized install. So I do not know if Tcl, Tk, Tix and
Tkinter will be installed when you use a predefined setup.
(You know that you need Tcl/Tk for Tkinter, don't you? And
RH 8.0 wants Tix to be installed together with Tk.)

It might be helpful to post your exact error-message (traceback).

</Doc>




More information about the Python-list mailing list