[PyQt] Qthread segmentation fault

Brian Kelley kelley at eyesopen.com
Tue Dec 9 15:06:36 GMT 2008


You may want to look at:

fortuneclient.py (non-threaded)
blockingfortuneclient.py (threaded)

That is in the PyQt4 examples/network directory.

These do exactly what I was describing.  The first has a timer that polls the socket and the second creates the socket in the thread.

You also may be interested in the loopback example:

http://doc.trolltech.com/4.4/network-loopback.html

This is in examples/network/loopback.py

Good lock.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20081209/8516c3f4/attachment.html


More information about the PyQt mailing list