[PyQt] Usage of threads in PyQt

Phil Thompson phil at riverbankcomputing.com
Fri Apr 25 15:56:35 BST 2008


On Friday 25 April 2008, Sebastien Geffroy wrote:
> Hi all,
>
> I've read many docs on threads's usage in python and their limited
> interest because of the global lock who prevents simultaneous access of
> several threads to the VM.
>
> Is the problem similar with the threads implemented in PyQt ?

As it's Python and the same lock - yes.

Phil


More information about the PyQt mailing list