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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to