Hi,
I want to access the wombat of Evolution in a Python program.
As I can see in the source code of Evolution, you do this
by using the "wombat:" moniker.
When I try to do this in Python, however, I only get
a Bonobo.UnknownPrefix error:
>>> obj = bonobo.get_object("wombat:", "Bonobo/ConfigDatabase")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
Bonobo.UnknownPrefix
Does anybody know what's going wrong here?
Martin Grimme
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/