That doesn't seem to work either.
What I am trying to do is to load a compotent to view
a file. From my understanding gnome will select the
right component. What is the moniker that I have to
use? Do I have to use gnome vfs? I haven't found much
documentation on monikers except for:
http://primates.ximian.com/~miguel/monikers.html
Thanks,
Girish
> > Using:
> > container = bonobo.ui.Container()
> > control = bonobo.ui.Widget("http://www.gnome.org",
> > container.corba_objref())
> >
> > Bonobo-WARNING **: Activation exception 'Moniker
> > interface cannot be found'
>
> Bonobo is right ;) Try this instead:
>
> control =
> bonobo.ui.Widget("vfs:http://www.gnome.org",
> container.corba_objref())
>
> In a more general case, you have to be very
> careful with what you put
> after the moniker prefix (vfs:), since some
> characters have special
> meaning to bonobo. When in doubt, escape the URI
> string first, using
> bonobo.moniker_util_escape().
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/