Fredrik Lundh wrote:
>>how do you run your Tkinter program ?
al pacino wrote:
> like? i was testing it in windows (interactive interpreter)
What Fredrik probably means is: Did you by any chance start it from
IDLE? In that case it will not work. It doesn't for me. The reason -
I've been told - i
>how do you run your Tkinter program ?
like? i was testing it in windows (interactive interpreter)
--
http://mail.python.org/mailman/listinfo/python-list
"al pacino" wrote:
> i have a weired problem with button widget in Tkinter
> the callback function(Tk.quit()) for button widget is not working! when
> i 'press' the button
> the GUI hangs.
> code for displaying a 'button objec':
> ###
> import Tkinter
> top=Tkinter.Tk()
> button=T