Is there a good example on how to use gnome.help? I get the following
messages when I try to call gnome.help:

(program:18256): Gnome-WARNING **: gnome-program.c:986: Directory properties not set 
correctly.  Cannot locate application specific files.
gobject.GError: Unable to find the GNOME_FILE_DOMAIN_APP_HELP domain

The test case I'm using is:

import gtk
import gnome
import gnome.ui

a = gnome.init('program','ver')
gnome.help_display('program','test')
gtk.mainloop()


Am I doing something wrong?

Don


_______________________________________________
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