[Libreoffice-bugs] [Bug 140236] Pyhon 3.8.4 =>ImportError: DLL load failed while importing _ctypes

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Feb 7 11:49:01 UTC 2021


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

ralf_reinders at web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|framework                   |Installation
            Version|7.0.4.2 release             |7.1.0.3 release

--- Comment #1 from ralf_reinders at web.de ---
Hello folks,

since I try the new Libreoffice "7.1.0.3" I have a new problem with Python.

Example:

# 7.1.0.3
# C:\Program Files\LibreOffice\program>python
# Python 3.8.4 (default, Jan 28 2021, 10:59:35) [MSC v.1928 64 bit (AMD64)] on
win32
# Type "help", "copyright", "credits" or "license" for more information.
# >>> import ctypes
# Traceback (most recent call last):
#   File "<stdin>", line 1, in <module>
#   File "C:\Program
Files\LibreOffice\program\python-core-3.8.4\lib\ctypes\__init__.py", line 7, in
<module>
#     from _ctypes import Union, Structure, Array
# ImportError: DLL load failed while importing _ctypes: Das angegebene Modul
wurde nicht gefunden.
# >>>

by searching the internet I'am found: "libffi-7.dll". If i copy this dll to
"C:\Program Files\LibreOffice\program\python-core-3.8.4\lib" all seems OK!

It`s a bug?

-- 
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/20210207/46d2882a/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list