interrupting the running command in wx.py

I am using wx.py.Shell in application, I am able to execute command and now I
want to abort/interrupt a running command..like pressing Ctrl + c abort the
command and give me a prompt.

I tried it using signal but its not interrupting the running command.
signal.signal(signal.SIGINT, handler)

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/interrupting-the-running-command-in-wx-py-tp5723337.html
Sent from the wxPython-users mailing list archive at Nabble.com.