[PyQt] Threads with PyQt. Qt's or Python's?

Christoph Burgmer chrislb at gmx.de
Mon Jan 19 16:03:24 GMT 2009


Am Monday, 19. January 2009 schrieben Sie:
> Le 19/1/2009, "Christoph Burgmer" <chrislb at gmx.de> a écrit:
> >I am doing a
> >QCoreApplication.postEvent()
> >out of "run()" from a "threading.Thread" class without any problems.
>
> Under which plateform?

Linux.

I initially made a short check if their was any argument against using Python 
threads with Qt and then dediced for the Python ones as:
- learning Python threading helps you more in overall Python programming
- documentation is at hand in the usual documentation style.

Giovanni's response strikes me as it would be a serious annoyance if I had to 
change my threading model only to port my application to Windows and Mac. I 
don't even get any QPainter or other thread related warnings in my app, 
something which KDE throws out on a per minute basis.

Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090119/233b09aa/attachment.html


More information about the PyQt mailing list