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 03:00:48
|
> the output shows that 'shell' is a CORBA.Object, and that none of the > evolution/shell methods are available. Oh, right. Sorry. :) from GNOME import Evolution You're fetching an Evolution CORBA object, of course, so you need to import the IDL for that. That should do it. Otherwise I'll let Johan figure it out. :D Cheers, Jason. |