> > > 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 > > 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. > do you mean after gtk.mainquit() in the "quit" function?
Exactly. 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/
