我正在学习来自hello_world.py的这里示例。该示例在Libreoffice3中运行良好,但在Libreoffice3 4.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的教程呢?libreoffice和apache之间的链接文档和教程真的让我头疼
谢谢
发布于 2014-07-16 09:48:03
通过升级到LibreOffice 4.2解决
https://stackoverflow.com/questions/24775187
复制相似问题