When To Import Uno
Using Ubuntu 12.04 and LibreOffice 3.5.7.2. I am trying to understand Python scripting in Libre Office. I've read quite a bit on the web and looked at and run some examples. I no
Solution 1:
Try just importing uno. At the very most it will slow your program by 2 seconds.
import uno ##JUST DO It!
Post a Comment for "When To Import Uno"