RE: [pygtk] Where to get gtk.glade

2003-10-22 Thread Shaffer, Chris
, Chris Cc: [EMAIL PROTECTED] Subject: Re: [pygtk] Where to get gtk.glade On Wed, Oct 22, 2003 at 09:33:11AM -0400, Shaffer, Chris wrote: I get an error saying 'no module named glade'. My pygtk apps work fine. What am I missing? You're missing libglade, which is what PyGTK uses to parse glade

Re: [pygtk] Where to get gtk.glade

2003-10-22 Thread Christian Robottom Reis
On Wed, Oct 22, 2003 at 09:53:07AM -0400, Shaffer, Chris wrote: I compiled PyGTK from source, and I have the C library libglade installed. Did I need to compile pygtk with any options to get libglade support from pygtk? Nope. Do you have the libglade headers and compile-time kit too

Re: [pygtk] Where to get gtk.glade

2003-10-22 Thread Christian Robottom Reis
On Wed, Oct 22, 2003 at 10:22:33AM -0400, Shaffer, Chris wrote: Yeah... I'm using Mdk 9.1... I have libglade and libglad-devel rpms installed. And you erased config.cache before running configure again? Look at config.log to see why you're not getting libglade support. Take care, --