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?

-----Original Message-----
From: Christian Robottom Reis [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 22, 2003 9:45 AM
To: Shaffer, 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 files in
runtime. Note that you need the libglade C library *and* PyGTK's libglade
extension -- I don't know if you compiled PyGTK or not, but this means
either recompiling PyGTK after installing libglade.so, or installing a
separate package with libglade support.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331


*****
"The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential, proprietary, and/or
privileged material.  Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.  If you received
this in error, please contact the sender and delete the material from all
computers.60"
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to