Bug 130754

Summary: python 3.7.6 on Windows 10 is broken in LibreOffice 6.4.0.3
Product: LibreOffice Reporter: arawkre64
Component: InstallationAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gaxonegaxone
Priority: medium    
Version: 6.4.0.3 release   
Hardware: All   
OS: Windows (All)   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=130404
Whiteboard:
Crash report or crash signature: Regression By:

Description arawkre64 2020-02-18 09:03:20 UTC
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
Comment 1 Julien Nabet 2020-02-19 09:28:34 UTC

*** This bug has been marked as a duplicate of bug 130404 ***