Re: [pygtk] error messages

2002-11-08 Thread Jay Graves
Thats the problem. The Debian unstable version of python-gnome is still at 1.4.4 I guess I will have to compile 1.99.x myself or wait till the newest packagte is available. Jay, did you manage to get it working? 1.4.4 should support parallel installing with 1.99.13 or later, which

Re: [pygtk] error messages

2002-11-06 Thread Christian Reis
On Sun, Nov 03, 2002 at 10:34:50PM -0700, Jay Graves wrote: If your system is set up to have the old pygtk as default, you will need to do the import pygtk; pygtk.require('2.0') bit first, and then import the gnome module. You will also need to make sure you have a 1.99.x version of

Re: [pygtk] error messages

2002-11-03 Thread Christian Reis
On Fri, Nov 01, 2002 at 03:11:29PM -0700, Jay Graves wrote: import pygtk, gnome pygtk.require('2.0') import gtk, gtk.glade then gnome.init() is not a valid method perhaps import gnome.ui before? (i'm curious because i want to update the faq) Take care, -- Christian Reis, Senior Engineer,

Re: [pygtk] error messages

2002-11-03 Thread Jay Graves
On Sun, Nov 03, 2002 at 08:46:28PM -0200, Christian Reis wrote: On Fri, Nov 01, 2002 at 03:11:29PM -0700, Jay Graves wrote: import pygtk, gnome pygtk.require('2.0') import gtk, gtk.glade then gnome.init() is not a valid method perhaps import gnome.ui before? (i'm curious because i

Re: [pygtk] error messages

2002-11-03 Thread James Henstridge
Jay Graves wrote: 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). Thank you very much for your help but I am still a bit confused.

Re: [pygtk] error messages

2002-11-01 Thread James Henstridge
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 |

Re: [pygtk] error messages

2002-11-01 Thread Jay Graves
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). Thank you very much for your help but I am still a bit confused. if I import pygtk,

[pygtk] error messages

2002-10-31 Thread Jay Graves
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