Damien Elmes wrote:

>
>Sure you can. But the C-c has to be directed at your app, not the terminal it's
>running in. I run GTK in my own main loop, calling mainiteration(), which also
>solves this problem.
>
Doing so will most likely slow your app down incredibly (or at least 
increase its CPU usage if you machine is fast).  Calling into python 
code during every iteration of the main loop is going to slow it down.

James.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to