I am trying to access a LibreOffice Writer document using Python. When I try to import uno I get: ModuleNotFoundError: No module named 'uno'
This occurs both when working in PyCharm as well as at the prompt when I launch "C:\Program Files\LibreOffice\program\python-core-3.8.10\bin\python.exe"
I have one version of Python installed: 3.8.10. I'm on Windows 11.
I do see uno.py here: "C:\Program Files\LibreOffice\program\uno.py"
I've added "C:\Program Files\LibreOffice\program" to my PATH environment variables and also tried making a junction between "C:\Program Files\LibreOffice\program" and "C:\Users[username]\AppData\Local\Programs\Python\Python38\Lib\uno"
I have spent several hours trying stuff here and elsewhere but to no avail. Any help would be wonderful!