Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aeroo_docs.conf: No module named uno #16

Open
RaffaeleT opened this issue Sep 20, 2015 · 3 comments
Open

aeroo_docs.conf: No module named uno #16

RaffaeleT opened this issue Sep 20, 2015 · 3 comments

Comments

@RaffaeleT
Copy link

I experienced it on a fresh Ubuntu 14.04.3.
The only way I solved it has been with:
sudo apt-get install libreoffice-script-provider-python
It should be put before:
sudo python3 /opt/aeroo/aeroo_docs/aeroo-docs start -c /etc/aeroo-docs.conf

@trixocom
Copy link

I have same problem, but cant resolv! please help..
I did
sudo apt-get install libreoffice-script-provider-python
But when running
sudo python3 /opt/aeroo/aeroo_docs/aeroo-docs start -c /etc/aeroo-docs.conf
Traceback (most recent call last):
File "/opt/aeroo/aeroo_docs/aeroo-docs", line 42, in
from aeroo_docs_fncs import OfficeService
File "/opt/aeroo/aeroo_docs/aeroo_docs_fncs.py", line 37, in
from DocumentConverter import DocumentConverter, DocumentConversionException
File "/opt/aeroo/aeroo_docs/DocumentConverter.py", line 34, in
import uno
File "/usr/local/lib/python3.6/site-packages/uno/init.py", line 4, in
from base import Element, Css, Payload, UnoBaseFeature, UnoBaseField
ImportError: cannot import name 'Element'
I already pip3 install uno, css,etc but no luck.
Please help anyone..
thanks in advance!
hector

@sraps
Copy link
Contributor

sraps commented Jan 13, 2019

@quangdangfit
Copy link

I did:
sudo apt-get install libreoffice-script-provider-python
And installed python3-uno:
sudo apt-get install python3-uno

But:
Traceback (most recent call last): File "/study/aeroo_docs/aeroo-docs", line 42, in <module> from aeroo_docs_fncs import OfficeService File "/study/aeroo_docs/aeroo_docs_fncs.py", line 37, in <module> from DocumentConverter import DocumentConverter, DocumentConversionException File "/study/aeroo_docs/DocumentConverter.py", line 34, in <module> import uno ImportError: No module named 'uno'

Help me please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants