I am trying to write a "download and install addons and templates"
routine for OOo. I would like to test if PyUno has been installed.
I think that I can test if Java has been installed with:
oJava = CreateUnoService("com.sun.star.java.JavaVirtualMachine")
fnJavaAvailable = oJava.isVMEnabled
Any suggestions for how to test if PyUno is installed?
Thanks, Ian Laurenson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]