On Fri, Jun 1, 2012 at 3:50 PM, Alexander Matyukhin <
alex.matyuk...@yandex.ru> wrote:
> Hello to all! I have a simple code, which use tkinter.
> It has a Text widget and two Buttons. First Button
> must insert string into text. But it dont do it.
> The string is inserted into text after start and
Hello to all! I have a simple code, which use tkinter.
It has a Text widget and two Buttons. First Button
must insert string into text. But it dont do it.
The string is inserted into text after start and the
button don't react on click.
Second button must close window and it do it normal.
Where