Re: [Orbit-python-list] bonobo-python, get_object, and wrapping
Status: Inactive
Brought to you by:
tack
|
From: Jason T. <ta...@li...> - 2001-09-21 02:33:21
|
> Now, my approach to this would be writing something like
>
> import bonobo
> shell = bonobo.get_object("OAFIID:GNOME_Evolution_Shell",
> "IDL:GNOME/Evolution/Shell:1.0")
>
> and then start accessing the evolution shell through 'shell'. The
> problem then is, that bonobo.get_object gives me a CORBA.Object, and not
Don't forget to import Bonobo too (note the upper case B).
Cheers,
Jason.
|