[api-dev] Translating Examples to Python

2005-09-11 Thread Kim Kulak
I've been writing an application in Python using OOo and it's great! Time to give back and I'd like to do this by translating the examples from Java into Python. The examples have been irreplaceable, even written in Java, in helping me to get my programs running. I've started, of course, with

[api-dev] Python equivalent to com.sun.star.comp.helper.Bootstrap.bootstrap()?

2005-09-11 Thread Kim Kulak
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 =

Re: [api-dev] Translating Examples to Python

2005-09-11 Thread Ian Laurenson
On Sun, 2005-09-11 at 11:17 -0700, Kim Kulak wrote: I've been writing an application in Python using OOo and it's great! Time to give back and I'd like to do this by translating the examples from Java into Python. The examples have been irreplaceable, even written in Java, in helping me to get