Tested with openSUSE Leap 42.2 (x86_64) and RPMs provided by openSUSE (also see https://bugzilla.opensuse.org/show_bug.cgi?id=1059720) The following minimal program used to work fine with libreoffice-5.2.5.1: box:~ # cat ./test.py #!/usr/bin/env python3 import uno print("OK") Now, after the update to 5.3.5.2 instead of OK it gives box:~ # ./test.py Traceback (most recent call last): File "./test.py", line 3, in <module> import uno File "/usr/lib/python3.4/site-packages/uno.py", line 22, in <module> import pyuno ImportError: No module named 'pyuno' It would be nice to have it working again. ;-)
Closing because it looks like a packaging bug. Sorry for the noise.
(In reply to doerges from comment #1) > Closing because it looks like a packaging bug. > > Sorry for the noise. Set this one to RESOLVED and NOTOURBUG