Hello, the bonobo bindings of gnome-python2 work well, so I tried to write a simple component which implements its own interface (similar to the Bonobo/Sample/Echo).
As far as I have figured out of C examples, I would have to create a BonoboObject in the factory function called by GenericFactory and return it. My problem is: bonobo.Object claims to be an abstract class so I cannot instantiate it... Is it a bug in the bonobo bindings or is instantiating bonobo.Object just the wrong way for creating a simple BonoboObject (I don't want to create a Control, or similar, just a plain BonoboObject, like in the echo example of libbonobo) ? Can anyone help, please? Bye, Martin Grimme -- http://www.pycage.de _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
