https://bugs.documentfoundation.org/show_bug.cgi?id=159988
Bug ID: 159988
Summary: LibreOffice 24.2.x can't import python binary
Product: LibreOffice
Version: 24.2.1.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Extensions
Assignee: [email protected]
Reporter: [email protected]
Description:
I use Python packages providing binary files in my extensions:
- cffi
- ijson
- lxml
To package these 3 python libraries in the extension I just need to put a copy
of the library in the pythonpath folder of the extension with all the binary
files for all the different architectures.
It worked perfectly with LibreOffice 5.x, 6.x and 7.x on Windows and Linux, it
works with LibreOffice 24.2.1.2 on Windows 10.
With LibreOffice 24.2.x under Linux this no longer seems possible.
Steps to Reproduce:
1.Try to install the OAuth2OOo extension [1] with 24.2.x on Linux
2.During installation an error occurs when importing the lxml module
3.Installation is interrupted
Actual Results:
Unable to install python packages with binaries under LibreOffice 24.2.x on
Linux
Expected Results:
Be able to install python packages with binaries under LibreOffice 24.2.x on
Linux
Reproducible: Always
User Profile Reset: No
Additional Info:
[1] https://prrvchr.github.io/OAuth2OOo/
--
You are receiving this mail because:
You are the assignee for the bug.