> OK I see that now. Thanks for pointing that out. So basically, I can't > do what I want at all. That's a bit of a pain. Is there no way of > tricking Qt into thinking I'm running it in the main thread?
Maybe you can either invert the thread-roles - that is, run your "main" application in a thread, and if needed start the Qt-thing, or you might consider spawning a process and using pyro. Which will work very neat, done so myself. Diez -- http://mail.python.org/mailman/listinfo/python-list