I can&#39;t figure out how to handle unix signals in PyQt.<br><br>If I try to connect to the unixSignal signal of QCoreApplication,&nbsp; nothing happens.&nbsp; I&#39;ve noticed that the C++ examples call <em>watchUnixSignal</em>(signal_num, true) but this isn&#39;t exposed in PyQt.<br>
<br>If I try to use python&#39;s standard signal handlers with PyQt I run into some odd situations.&nbsp; If I comment out the creation of the QCoreApplication the signal is trapped and everything works.&nbsp; If I&nbsp; create the QCoreApplication, it seems the signal is trapped and ignored by PyQt.&nbsp; <br>
<br>I am not even able to use SIGINT to stop the application and I&#39;m forced to use kill to quit the program.<br><br>How am I supposed to handle this?<br clear="all"><br>-- <br>Bobby R. Ward<br>------------------------------<br>
<a href="mailto:bobbyrward@gmail.com">bobbyrward@gmail.com</a><br><a href="https://launchpad.net/~bobbyrward">https://launchpad.net/~bobbyrward</a><br><a href="http://combustion.sourceforge.net">http://combustion.sourceforge.net</a><br>