Here's a trivial gobject program:

    import gobject

    main_loop = gobject.MainLoop()

    try:
        main_loop.run()
    except KeyboardInterrupt:
        main_loop.quit()

Why doesn't it exit if I hit Ctl-C?  It just sits there.  I have to hit
Ctl-Z then kill %1.  My glib_version is (2, 2, 2).  I'm running on Solaris 9
should that make a difference.

Thanks,

-- 
Skip Montanaro
Got gigs? http://www.musi-cal.com/submit.html
Got spam? http://www.spambayes.org/
[EMAIL PROTECTED]
_______________________________________________
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