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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from [email protected] ---
I think this additional information will be enough to resolve this problem.

- In LibreOffice 24.2.x python console for Windows 10, I get:
>>> import distutils.sysconfig as ds
>>> print(ds.get_config_var("EXT_SUFFIX"))
.cp38-win_amd64.pyd

- In LibreOffice 24.2.x python console for Linux, I get:
>>> import distutils.sysconfig as ds
>>> print(ds.get_config_var("EXT_SUFFIX"))
.cpython-3.8.so

It turns out that EXT_SUFFIX does not have the correct value which should be:
.cpython-38-x86_64-linux-gnu.so

Besides, if I rename the binary files under the wrong name I can import them...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to