https://bugs.documentfoundation.org/show_bug.cgi?id=151603
--- Comment #19 from Werner Tietz <[email protected]> --- Hallo Paul your uno.py is probably located at /usr/lib/python3/dist-packages/uno.py otherwise you will find the path from python-console with: import uno print(uno.__file__) open it with some text-editor and look around line ~365: insert below: else: # How to create a module ?? mod = pyuno.__class__(module) the following: if mod is None: raise py_import_exc -- You are receiving this mail because: You are the assignee for the bug.
