Re: [pygtk] pygtk Gnome2 errors

2002-11-19 Thread Christian Reis
/me points out FAQ 22.4 and does an emit(RTFM) ;) On Mon, Nov 18, 2002 at 11:50:47PM +0800, James Henstridge wrote: Jay Graves wrote: Hello I wrote a while ago with this problem, but I didn't have my system configured properly. Now I believe I do, and the problem still exists. I am

[pygtk] pygtk Gnome2 errors

2002-11-18 Thread Jay Graves
Hello I wrote a while ago with this problem, but I didn't have my system configured properly. Now I believe I do, and the problem still exists. I am running Debian (Sid) with Python2.3 python2.3-gnome2 1.99.13 python2.3-glade2 1.99.13 python2.3-gtk2 1.99.13 I have a glade file that uses

Re: [pygtk] pygtk Gnome2 errors

2002-11-18 Thread James Henstridge
Jay Graves wrote: Hello I wrote a while ago with this problem, but I didn't have my system configured properly. Now I believe I do, and the problem still exists. I am running Debian (Sid) with Python2.3 python2.3-gnome2 1.99.13 python2.3-glade2 1.99.13 python2.3-gtk2 1.99.13 I have a

Re: [pygtk] pygtk Gnome2 errors

2002-11-18 Thread Jay Graves
Yes. If you are using GNOME widgets in your glade interface, you must initialise GNOME. Add the following to the startup of your program: import gnome.ui gnome.init('program-name', 'version') Thanks a ton, works like a charm now. -- Jay Graves [EMAIL PROTECTED] jay.skabber.com