Bug 113574 - Pyuno stopped working after update to 5.3.5.2 (ImportError: No module named 'pyuno')
Summary: Pyuno stopped working after update to 5.3.5.2 (ImportError: No module named '...
Status: RESOLVED NOTOURBUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
5.3.5.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-01 16:39 UTC by doerges
Modified: 2017-11-01 17:54 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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