Jay Graves wrote:

Hello
I have created a test app with pygtk and glade.  When I run the app the
window appears however there are many errors written to the terminal.
Can anyone tell me what these mean, and how to get rid of them.
Also, for bonus points, how come the app quits when I do a File | Quit
but not when I close the window?

I have attached the app the glade file and a file with the list of
errors.

Your glade file makes use of GNOME widgets, but you have not initialised the GNOME libraries. You need to call gnome.init("progname", "version") after importing the libs you want (gnome.ui, bonobo.ui, etc).

James.

--
Email: [EMAIL PROTECTED] | Linux.conf.au http://linux.conf.au/
WWW: http://www.daa.com.au/~james/ | Jan 22-25 Perth, Western Australia.



_______________________________________________
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