Re: [Tkinter-discuss] Tkinter GUI freezing

2012-04-20 Thread Wayne Werner
On Thu, 19 Apr 2012, Bharath Reddy A. wrote: Hi all,I have created a GUI using Tkinter.  I have a button "GO", which when clicked calls a function (mainFunc). That function takes around 60 seconds to execute and in the mean time outputs many numbers which have to be displayed in a list in the

Re: [Tkinter-discuss] Tkinter GUI freezing

2012-04-19 Thread Michael Lange
Hi, Thus spoketh "Bharath Reddy A." unto us on Thu, 19 Apr 2012 21:02:58 +0530: > Hi all, > I have created a GUI using Tkinter. > I have a button "GO", which when clicked calls a function (mainFunc). > That function takes around 60 seconds to execute and in the mean time > outputs many numbers

[Tkinter-discuss] Tkinter GUI freezing

2012-04-19 Thread Bharath Reddy A.
Hi all, I have created a GUI using Tkinter. I have a button "GO", which when clicked calls a function (mainFunc). That function takes around 60 seconds to execute and in the mean time outputs many numbers which have to be displayed in a list in the GUI. I have attempted the following: 1. I cr