我正在关注来自here的hello_world.py示例。该示例在Libreoffice3中正常工作,但在Libreoffice4.1中失败并出现错误:
Traceback (most recent call last):
File "hello_world.py", line 18, in <module>
desktop = smgr.createInstanceWithContext( "com.sun.star.frame.Desktop",ctx)
__main__.RuntimeException: Binary URP bridge disposed during call
为什么呢?我在哪里可以找到关于libreoffice4的python / python-uno的教程? libreoffice和apache openoffice之间的相互链接文档和教程真的让我感到害怕
由于
答案 0 :(得分:0)
通过升级到LibreOffice 4.2来解决