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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to