[pygtk] segfault in gtk.glade.XML

2003-07-24 Thread Don Allingham
I've been attempting to port pygtk-1.99.14 and gnome-python-1.99.14 to SuSE 8.2 because the packages SuSE shipped are rather broken (built without gnome.ui). I've been able to build the packages, but when I run my application, I get a segfault in the glade_xml_new call. At this point, I'm kind of

Re: [pygtk] segfault in gtk.glade.XML

2003-07-24 Thread Christian Reis
On Thu, Jul 24, 2003 at 08:51:42PM -0600, Don Allingham wrote: I've been attempting to port pygtk-1.99.14 and gnome-python-1.99.14 to SuSE 8.2 because the packages SuSE shipped are rather broken (built without gnome.ui). I've been able to build the packages, but when I run my application, I

Re: [pygtk] segfault in gtk.glade.XML

2003-07-24 Thread Don Allingham
Yes, gnome.ui is imported before glade is. The program works properly on most linux distributions. The program has been properly init'ed, and the glade file is a glade2 file. The program works properly under 1.99.14 under RedHat and other distributions. I can even duplicate with a very small

Re: [pygtk] segfault in gtk.glade.XML

2003-07-24 Thread James Henstridge
Don Allingham wrote: I've been attempting to port pygtk-1.99.14 and gnome-python-1.99.14 to SuSE 8.2 because the packages SuSE shipped are rather broken (built without gnome.ui). I've been able to build the packages, but when I run my application, I get a segfault in the glade_xml_new call. At

Re: [pygtk] segfault in gtk.glade.XML

2003-07-24 Thread James Henstridge
Don Allingham wrote: On Thu, 2003-07-24 at 21:52, James Henstridge wrote: If there is no gnome.ui module, then it is not possible to initialise the libgnomeui library. libglade is not guaranteed to function if you do not initialise the libraries you use. I built the missing pyorbit