> > ______________________________________________________________________ > From: Haim Ashkenazi <[EMAIL PROTECTED]> > 2. when I debug a program and go to the "quit" menu item which is > connected to gtk.mainquit() the window just hangs. I have to > kill the application. but when running the same script from a > terminal, it quits without a problem. am I doing something > wrong?
I've found this too. The author of eric3 seemed to think it was a gtk problem. Regardless, adding sys.exit(0) to the end of the program fixes the symptoms. Regards, Stephen. -- Stephen Kennedy <[EMAIL PROTECTED]> http://meld.sf.net visual diff and merge _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
