> I've installed libglade 2.0.1, but can't get pygtk to see it (I wrote in > a previous mail that I might try to bundle python & pygtk2 with an app > to ensure that it works on lots of systems) - which configure options > should I be passing to tell it which glade to look for?
Modify PKG_CONFIG_PATH so it can find your updated libglade-2.0.pc, eg: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ If you installed in /usr/local -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
