Bug 113574

Summary: Pyuno stopped working after update to 5.3.5.2 (ImportError: No module named 'pyuno')
Product: LibreOffice Reporter: doerges
Component: BaseAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED NOTOURBUG    
Severity: normal    
Priority: medium    
Version: 5.3.5.2 release   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description doerges 2017-11-01 16:39:19 UTC
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. ;-)
Comment 1 doerges 2017-11-01 17:10:31 UTC
Closing because it looks like a packaging bug.

Sorry for the noise.
Comment 2 Robert Großkopf 2017-11-01 17:54:31 UTC
(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