On Tue, 5 Feb 2002, Alexandre Fayolle wrote: > So it looks like the > <widget><class>GtkMenuItem</class> > <name>fichier1</name> > <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>...</widget> are > causing a breakage somewhere, since this is where I got the > pixmaps from. > > Anyone has an idea on how to solve this?
OK, answering to myself once more. A quick search in the archives gave me http://www.daa.com.au/pipermail/pygtk/2001-July/001487.html The solution is indeed to import gnome.ui at the beginning of the program. Cheers, Alexandre Fayolle -- LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org Narval, the first software agent available as free software (GPL). _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
