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
*** This bug has been marked as a duplicate of bug 130404 ***