[Libreoffice-bugs] [Bug 130754] New: python 3.7.6 on Windows 10 is broken in LibreOffice 6.4.0.3
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 18 09:03:20 UTC 2020
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: libreoffice-bugs at lists.freedesktop.org
Reporter: arawkre64 at gmail.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200218/7251e0e3/attachment.htm>
More information about the Libreoffice-bugs
mailing list