Re: [PyQt] Help with unresponsive GUI

2011-08-30 Thread Eric Frederich
Bringing this topic back to the mailing list. I wish gmail had a more prominent "reply to all" button so I wouldn't inadvertently bring stuff offline. Problem solvedGIL is the problem. Cython made it somewhat simple to test especially since my Cython bindings are generated and not hand made.

[PyQt] Help with unresponsive GUI

2011-08-30 Thread Eric Frederich
Hello all, I am having problems with an unresponsive GUI. I have a GUI for a client in a client / server program. For long running operations, I implemented a QThread subclass and do everything in the run method. Still, I have an unresponsive GUI. If I replace all the the server calls with a time