I would like to experiment with using Libreoffice from Python. I am running v7.1.3.2 on a Mac running v10.14.6. I installed uno but if I try to import it I get:
from base import Element, Css, Payload, UnoBaseFeature, UnoBaseField
ModuleNotFoundError: No module named ‘base’
Can someone please tell me where I’ve gone wrong or point me to a “how to”?