https://bugs.documentfoundation.org/show_bug.cgi?id=127009
--- Comment #10 from Konstantin Kharlamov <[email protected]> --- So, I am trying to repro this again, and I'm getting the following error: Traceback (most recent call last): File "/tmp/test.py", line 1, in <module> import uno File "/usr/lib/python3.12/site-packages/uno.py", line 19, in <module> import pyuno ModuleNotFoundError: No module named 'pyuno' Note: I am importing `uno`, however the error goes from the LibreOffice internals about "pyuno" instead. I made a file search for a file named "pyuno"¹ in the sources and LO repo has none. I presume this is a new bug on the LO side…? 1: https://github.com/search?q=repo%3ALibreOffice%2Fcore+path%3A**%2Fpyuno*&type=code -- You are receiving this mail because: You are the assignee for the bug.
