On Wed, Oct 20, 2004 at 02:47:51PM -0400, Andres Cabrera wrote: > Thanks Paul, > Thanks for the file. I'm very new at this stuff, and now with your file > I'm getting: > [andres@localhost andres]$ python timer_window.py > Traceback (most recent call last): > File "timer_window.py", line 2, in ? > from Tkinter import * > ImportError: No module named Tkinter > I guess there's something wrong with my tcl/tk installation. I'll check > that and report back. You are probablky missing Tkinter, which lets python use tk. It might be a separate package on some distros. -- Paul Winkler http://www.slinkp.com