Hi all,

Following code can't be interrupted with CTRL-C :

>>> import sys
>>> from PyQt4.QtCore import QCoreApplication
>>> QCoreApplication.exec_(sys.argv)

Is this somehow intended and is there a way to overcome this?

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to