[PyQt] QThread problem using PyQt4.4.2
    Stanislas Marquis 
    stnsls at gmail.com
       
    Fri May 23 18:14:38 BST 2008
    
    
  
2008/5/23 Matt Newell <newellm at blur.com>:
...
> 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 new variable assignment, in encodings/__init__.py, line 111:
if mod is None:
        # Cache misses
        _cache[encoding] = None
        return None
So...
    
    
More information about the PyQt
mailing list