[Libreoffice-bugs] [Bug 113574] New: Pyuno stopped working after update to 5.3.5.2 ( ImportError: No module named 'pyuno')

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 1 16:39:19 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=113574

            Bug ID: 113574
           Summary: Pyuno stopped working after update to 5.3.5.2
                    (ImportError: No module named 'pyuno')
           Product: LibreOffice
           Version: 5.3.5.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: doerges at pre-sense.de

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. ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171101/522e4ad7/attachment.html>


More information about the Libreoffice-bugs mailing list