PyQt app in seperate thread

Diez B. Roggisch deets at nospam.web.de
Wed Nov 22 11:43:19 EST 2006


> 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



More information about the Python-list mailing list