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 new variable assignment, in encodings/__init__.py, line 111:

if mod is None:
        # Cache misses
        _cache[encoding] = None
        return None

So...
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to