I originally sent this to [EMAIL PROTECTED] This should be the
more appropriate list for pyUno questions.
Kim
-------- Original Message --------
I've translated the one call to
com.sun.star.comp.helper.Bootstrap.bootstrap() in FirstUnoContact.java
to three calls in Python:
### com.sun.star.uno.XComponentContext xContext =
### com.sun.star.comp.helper.Bootstrap.bootstrap();
localContext = uno.getComponentContext()
resolver =
localContext.ServiceManager.createInstanceWithContext("com.sun.star.bridge.UnoUrlResolver",localContext)
xContext =
resolver.resolve("uno:socket,host=localhost,port=2002;urp;StarOffice.ComponentContext")
So, is there an equivalent python function to
com.sun.star.comp.helper.Bootstrap.bootstrap()? I've searched the
documentation and the list archives and haven't been able to find an
answer to this question.
Kim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]