Re: wxpython thread question

2008-02-11 Thread Mike Driscoll
On Feb 10, 10:26 pm, [EMAIL PROTECTED] wrote: > I am new to threading and python. Currently I am working on a GUI app > that will be a frontend to CLI client. > > I want to invoke a method of the class from GUI and run it in the > thread. That works well, the problems is I dont know how can I stop

wxpython thread question

2008-02-10 Thread marcinguy
I am new to threading and python. Currently I am working on a GUI app that will be a frontend to CLI client. I want to invoke a method of the class from GUI and run it in the thread. That works well, the problems is I dont know how can I stop this operation, thread if the user would like to stop/c