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.