Re: Help with setting up Tkinter

2009-04-08 Thread koranthala
On Apr 8, 1:20 pm, Eclipse wrote: > G'day All > > I was following the instructions (listed at bottom of post) from the > PythonInfo Wiki which says to run three tests. > > I ran the tests and test 1 and 2 worked > > Test 3 gave me an error - > > can anyone help ??? > > Tks in advance > > Pete > >

Re: Help with setting up Tkinter

2009-04-08 Thread Chris Rebert
On Wed, Apr 8, 2009 at 1:15 AM, Eclipse wrote: import _tkinter import Tkinter Tkinter._test > That last input line should be: Tkinter._test() Note the parens, which do matter (Python != Ruby/Smalltalk). Try again and see if you get an actual error. Cheers, Chris -- I have a b