[pygtk] libglade can't find pixmaps-- core dumps

Scott F. Johnston scott@fleetingimage.com
Mon, 19 Jun 2000 00:07:40 -0700


Forgive me if this is a frequently asked question.

What is the proper protocol for using
libglade and getting pixmaps to be properly found?

My glade file contains a "pixmaps_directory" tag,
but unless I hardcode a full path into a Pixmap
widget's "filename" tag, it core dumps in gtk.mainloop().
(After sucessfully reading the glade file, and autoconnecting.)
With a full path in the "filename" tag, it works fine.

Thanks in advance,

S