https://bugs.documentfoundation.org/show_bug.cgi?id=130754
Bug ID: 130754
Summary: python 3.7.6 on Windows 10 is broken in LibreOffice
6.4.0.3
Product: LibreOffice
Version: 6.4.0.3 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Installation
Assignee: [email protected]
Reporter: [email protected]
Description:
when trying to get APSO working in LibreOffice 6.4.0.3, it appears that the
current installation of Python 3.7.6 does not work as expected
It is independent from APSO since a simple import fails
Steps to Reproduce:
1. launch a python interpreter from the LO install directory
2. try to import an official python module : import queue
3. it fails
Actual Results:
Python 3.7.6 (default, Jan 23 2020, 00:24:34) [MSC v.1916 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import queue
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\LibreOffice\program\python-core-3.7.6\lib\queue.py",
line 16, in <module>
from _queue import Empty
ModuleNotFoundError: No module named '_queue'
>>>
Expected Results:
Python 3.7.6 (default, Jan 23 2020, 00:24:34) [MSC v.1916 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import queue
>>>
Reproducible: Always
User Profile Reset: No
Additional Info:
it forbids to use Python macros in LibreOffice 6.4.0.3
--
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