[PyQt] QThread problem using PyQt4.4.2

Matt Newell newellm at blur.com
Fri May 23 17:37:48 BST 2008


On Friday 23 May 2008 09:06:12 Stanislas Marquis wrote:
> Hello all,
> I'm facing a problem with threads. The strange part of it is that it
> was working fine with PyQt4.3.x.
> It seems like inside the thread it's not able to "import" modules or
> access variables anymore. All I get is tracebacks like:
>
...
> I know threading is a difficult matter and I'm no expert at all, but
> the code used to run Ok under PyQt4.3, so I'm asking, did anything
> change, what should I be aware of?
>
> Thanks in advance,
> SM.

Does it consistently error on the first import or variable use, or is it 
somewhat random?

Matt


More information about the PyQt mailing list