[Tutor] help for tkinter

Phoon, David david.phoon@acnielsen.com.au
Mon, 28 Aug 2000 16:08:13 +1100


hi I did the following and got what was expected, a dialog box to show
tkinter is present and ok. however how do you use or make a canvas to draw
the arc as below?within the winPython ide


>>> import _tkinter
>>> 
>>> import Tkinter
>>> Tkinter._test()
>>> xy = 20,20,30,180
>>> canvas.create_arc(xy,start=0,extent=270,fill ="red")
Traceback (innermost last):
  File "<interactive input>", line 0, in ?


thanks 
david Phoon