<HTML>
<HEAD>
<TITLE>Re: [PyQt] Qthread segmentation fault</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You may want to look at:<BR>
<BR>
fortuneclient.py (non-threaded)<BR>
blockingfortuneclient.py (threaded)<BR>
&nbsp;<BR>
That is in the PyQt4 examples/network directory.<BR>
<BR>
These do exactly what I was describing. &nbsp;The first has a timer that polls the socket and the second creates the socket in the thread. &nbsp;<BR>
<BR>
You also may be interested in the loopback example:<BR>
<BR>
<a href="http://doc.trolltech.com/4.4/network-loopback.html">http://doc.trolltech.com/4.4/network-loopback.html</a><BR>
<BR>
This is in examples/network/loopback.py<BR>
<BR>
Good lock.</SPAN></FONT></FONT>
</BODY>
</HTML>