Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > cfead96c95725746bfb4c549ac5de0c9 > files > 16

gnome-python-bonobo-2.28.1-3.i586.rpm

import bonobo
import Bonobo

bonobo.activate ()

obj = bonobo.get_object ('OAFIID:Bonobo_Sample_Echo', 'Bonobo/Sample/Echo')
obj.echo ('This is the message from the python client\n')