[PyQt] Q(Core)Application.exec_() is not interruptable

İsmail Dönmez ismail at namtrac.org
Thu May 1 13:28:31 BST 2008


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.


More information about the PyQt mailing list