On Sun, 30 Apr 2000, LF11 wrote:

> How do I force a PyGTK app to quit when it receives a KeyboardInterrupt?
> (Ctrl+C)

If python and pygtk were compiled with thread support (pygtk adds thread
support if it finds python has thread support), doing C-C at the console
doesn't seem to have an effect.  You can do C-Z and then kill the process
though.  This problem doesn't seem to occur if python/pygtk isn't compiled
with thread support.

> 
> Thanks!
> 
>  -lf
> 

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to