Bug 130754 - python 3.7.6 on Windows 10 is broken in LibreOffice 6.4.0.3
Summary: python 3.7.6 on Windows 10 is broken in LibreOffice 6.4.0.3
Status: RESOLVED DUPLICATE of bug 130404
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
6.4.0.3 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-18 09:03 UTC by arawkre64
Modified: 2020-02-19 09:28 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***