Re: [PyQt] QThread problem using PyQt4.4.2

2008-05-23 Thread Stanislas Marquis
2008/5/23 Matt Newell <[EMAIL PROTECTED]>: ... > Does it consistently error on the first import or variable use, or is it > somewhat random? > > Matt > Difficult to say wether it's random, but I think yes, this is the first import (according to urllib.py) after the run() method. And it's the first

Re: [PyQt] QThread problem using PyQt4.4.2

2008-05-23 Thread Matt Newell
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 l

Re: [PyQt] QThread problem using PyQt4.4.2

2008-05-23 Thread Phil Thompson
On Friday 23 May 2008 5:06:12 pm 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

[PyQt] QThread problem using PyQt4.4.2

2008-05-23 Thread Stanislas Marquis
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: Traceback (most recent call last): File "/usr/lib/python2.