[pygtk] Killing or terminating daemon in PyGTK

2013-07-19 Thread Petr Hracek
Hi folks, my threads is running well. But I would like to implement terminating of thread. I have two approaches but any of these is not working properly till now. First approach: 1) class contain function: run_function() 2) over button I call: self.thread =

Re: [pygtk] Killing or terminating thread in PyGTK

2013-07-19 Thread Petr Hracek
Sorry I meant thread of course. On 07/19/2013 12:46 PM, Petr Hracek wrote: Hi folks, my threads is running well. But I would like to implement terminating of thread. I have two approaches but any of these is not working properly till now. First approach: 1) class contain function: