如何安装’python-uno’包?

我有一个脚本,它正在使用Ubuntu 12.04上的软件包python-uno 。 该脚本使用python语言,并与OOo一起编辑XLS文件。

现在我升级到13.10,似乎uno没有在这个版本上工作。

有没有其他解决方案像python-uno一样工作? 或者我怎么知道uno何时可用于13.10?

更新:我用’do-release-upgrade’升级了这个ubuntu服务器,更新后我在日志中“无法导入uno package”,所以试图从命令行安装python-uno并显示以下消息:

 peiman@digidoc:~$ sudo apt-get install python-uno [sudo] password for peiman: Reading package lists... Done Building dependency tree Reading state information... Done Package python-uno is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libreoffice-script-provider-python E: Package 'python-uno' has no installation candidate 

如果你看到它说的消息:

包python-uno不可用,但是由另一个包引用。  
这可能意味着包裹丢失,已经过时或者  
仅可从其他来源获得  
 但是,以下包替换它: 
    LibreOffice的脚本提供商,python

因此,该怎么做,而不是python-uno安装libreoffice-script-provider-python

 sudo apt-get install libreoffice-script-provider-python 

这将安装python3-uno包,以及LO使用UNO的接口。

删除了python-uno包:

  libreoffice(1:4.1.0-2ubuntu1)俏皮; 急=低

   * unfuzz Ubuntu调色板补丁
   *删除针对向导补丁的sessioninstaller  - 它们现在都是python
   * 删除python-uno(Python 2桥)
   *尝试在ppa版本上安装之前删除workdir以进行挤压
    尺寸要求
   *较小的src-tarballs
   *不再在构建中运行后续检查,因为我们可以将它们作为一个运行
     autopkgtest,这是更好的,并缓解PPA buildds引起的痛苦
    存储受限制
   *使用系统orcus真实
   *删除双回声
   *与上游合并
   *使用系统lpsolve和石墨
   *杀死csh的东西好
   *清除反对进攻的决斗
   *从tarball创建中删除dbghelp.dll二进制文件
   *在版权文件上沉默lintian
   * make -dbg使用python3-uno
   *修复针对poppler 0.23 / 0.24的构建

  -  Bjoern Michaelsen Thu,2013年8月1日20:17:26 +0200 
 sudo apt-get install libreoffice python-genshi python-cairo python-lxml python-setuptools sudo apt-get install libreoffice-script-provider-python easy_install uno