threading, qt, and the freakout

Ken Godee ken at perfect-image.com
Tue Nov 30 00:35:45 EST 2004


Ben Floyd wrote:
> Hey everyone,
> 
> Why doesn't this work? The code speaks much more clearly than I do,
> so i shortened it and pasted it below.  Running this
> and clicking on 'Break Me' will... freak out the window...

You can not mix GUI threads and non GUI threads.

Just changing text may seem to work, but
even that will get you eventually.

Here's an article that explains how to do it...

http://www.informit.com/articles/article.asp?p=30708







More information about the Python-list mailing list