Reputation: 31
I can't install report_aeroo_ooo in OpenERP 7 because there are some unmet python dependencies concerning the uno modules.
Apparently, new versions of OpenOffice and LibreOffice come with a uno version for python 3 so you can't use it with python 2.7.
I've researched a lot, tested a lot and tried older versions of OpenOffice with no success.
I'm not a big expert in python. Is there any way we can use a python 3 module in python 2.7?
Or has anyone been able to overcome this?
Upvotes: 0
Views: 742
Reputation: 11143
You need to download uno Package
From below command this will solve your problem.
sudo apt-get install python-uno
Upvotes: 1