Re: PyQT Qthread stuck main app

2009-09-15 Thread Dave Angel
daved170 wrote: On Sep 15, 2:54 pm, David Boddie wrote: On Tue Sep 15 12:59:35 CEST 2009, daved170 wrote: my problem is that when start is pusshed the entire window stuck and it's impossible to push the STOP button and even when it looks like it's been pushed it actually don't do anyt

Re: PyQT Qthread stuck main app

2009-09-15 Thread daved170
On Sep 15, 2:54 pm, David Boddie wrote: > On Tue Sep 15 12:59:35 CEST 2009, daved170 wrote: > > > my problem is that when start is pusshed the entire window stuck and > > it's impossible to push the STOP button and even when it looks like > > it's been pushed it actually don't do anything. > > > a

Re: PyQT Qthread stuck main app

2009-09-15 Thread David Boddie
On Tue Sep 15 12:59:35 CEST 2009, daved170 wrote: > my problem is that when start is pusshed the entire window stuck and > it's impossible to push the STOP button and even when it looks like > it's been pushed it actually don't do anything. > > any idea how to fix it? Does adding a call to the ba

PyQT Qthread stuck main app

2009-09-15 Thread daved170
Hi everybody, I've got a simple GUI app written in python and pyqt. I'm having 2 buttons - "start" and "stop" start calls a function that start a thread and stop stops it. my problem is that when start is pusshed the entire window stuck and it's impossible to push the STOP button and even when it