Chen Jian

导航

 

来 自 :https://www.odoo.com/forum/help-1/question/can-report-aeroo-ooo-work-with-ubuntu-13-10-34314

I met problem too, it take me for hours to solve. Problem is in 13.10 don't support python-uno for python2.x like Ubuntu 13.04 raring before.

Here is solution: Very simple thought install a version support python-uno then I find the build of LibreOffice PPA for Ubuntu.

You shouldn't waste time on download build DEB from libreoffice official it not compatible in this situation. first you remove libreoffice in your machine

sudo apt-get purge libreoffice*

then remove related

sudo apt-get purge openoffice.org-dtd-officedocument1.0 python-uno python3-uno uno-libs3 ure

then

sudo apt-get autoremove

then go there https://launchpad.net/~libreoffice/+archive/ppa/+packages then you download this build

libreoffice - 1:4.1.4~rc2-0ubuntu1~raring1~ppa1

The file you will download is

 libreoffice-base-core_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
libreoffice-writer_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
libreoffice-calc_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
libreoffice-core_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
libreoffice-common_4.1.4~rc2-0ubuntu1~raring1~ppa1_all.deb
python-uno_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb

You should install libreoffice-common_4.1.4 first then libreoffice-core then libreoffice-base-core then writer and calc and python-uno --> this is what we need.

posted on 2014-12-15 19:23  Chen Jian  阅读(372)  评论(0编辑  收藏  举报