2

When importing an error occurs.

>>> import uno

Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
import uno
File "C:\Users\viktor.zaichenko\AppData\Local\Programs\Python\Python35-   32\lib\site-packages\uno\__init__.py", line 4, in <module>
from base import Element, Css, Payload, UnoBaseFeature, UnoBaseField
ImportError: cannot import name 'Element'

>>> 

Which modules this item? Installation base and python-base is not helps.

1 Answers1

-1

You have to install python-uno or python3-uno depend on your version of office just type apt install python3-uno

Kianoosh
  • 1
  • 1