This question has been flagged
2 Replies
3589 Views

Hello,

I'am struggling to install report_aeroo_ooo on OpenERP 7.0 on Ubunut 12.04, here is the message of error I've got :
Warning! Unmet python dependencies!

No module named uno
No module named unohelper
No module named com.sun.star.beans
No module named com.sun.star.uno
No module named com.sun.star.connection
No module named com.sun.star.beans
No module named com.sun.star.lang
No module named com.sun.star.io
No module named com.sun.star.io

My Ubuntu 12.04 server is on bitnami amazon cloud server, I've installed it using OpenERP stack provided by bitnami.

 

Remarks :

1.python_uno is installed

2. Error when trying import uno module via terminal command line :

bitnami@ip-172-31-11-3:~$ python

>>> import uno
Aborted (core dumped)
bitnami@ip-172-31-11-3:~$

3. I've also edited PYTHONPATH in file : dot.bash_profile

and created /etc/profile.d/local_python.sh  with this lines :

PYTHONPATH="/usr/share/doc/:/usr/share/doc/python-uno/:/usr/share/pyshared/:/usr/lib/python2.7/dist-packages/:/usr/lib/libreoffice/program/:/usr/share/bug/:/usr/share/lintian/overrides/:/usr/lib/ure/bin/:/usr/share/java/:/usr/lib/libreoffice/share/:/var/spool/libreoffice/":"${PYTHONPATH}"
export PYTHONPATH

 

Thank you for help!

Avatar
Discard

Hi Kalachnikov, try: sudo easy_install uno from the terminal. This worked for me. python-uno is only a python bridge for Uno to the best of my knowledge.

Best Answer

It looks like you are having a trouble with libuno. I know there has been troubles with LibreOffice 3.5.0 with similar circumstances. You might want to look into that.

Avatar
Discard