Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > a618a415719df1fc301eb816ce29a206 > files > 15

gnome-python-bonobo-2.0.0-2mdk.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')