There used to be a bug[1] in libgnome, which prevented gnome.program_init to initialize the gnome.ui module. I suggest you try upgrading your libgnome and see if that fixes the problem.
[1] http://bugzilla.gnome.org/show_bug.cgi?id=117421 A Ter, 2003-09-16 �s 09:18, Ben Liblit escreveu: > My PyGTK based application does not issue any of the standard sound cues for > user interface events: clicked buttons, toggled check boxes, selected menus. > User preferences are set to enable these, and they are heard from other > applications. > > Things I've tried, with no success: > > - call gnome.sound_init before gnome.program_init > - call gnome.sound_init after gnome.program_init > - don't call gnome.sound_init at all > > - call set_property('enable-sound', 1) on the result of gnome.program_init > > - build GUI using libglade > - build GUI without using libglade > > - install various widget signal handlers > - do not install any widget signal handlers > > How do I get my app to respect the user's sound cue preferences? > > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
