[Libreoffice-bugs] [Bug 116412] Bundled python fails to import bz2 on Windows
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 30 09:44:29 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=116412
Kim <kim.frederiksen at outlook.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|6.0.2.1 release |6.4.4.2 release
--- Comment #4 from Kim <kim.frederiksen at outlook.com> ---
This problem persists.
when importing bz2...
Python 3.7.7 (default, Jun 24 2020, 22:27:58) [MSC v.1916 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import bz2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\LibreOffice\program\python-core-3.7.7\lib\bz2.py",
line 19, in <module>
from _bz2 import BZ2Compressor, BZ2Decompressor
ModuleNotFoundError: No module named '_bz2'
Found this when trying to use Pandas
problem is unique to the version of python included with LibreOffice.
Additional info
Version: 6.4.5.2 (x64)
Build ID: a726b36747cf2001e06b58ad5db1aa3a9a1872d6
CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: default; VCL: win;
Locale: en-GB (en_GB); UI-Language: en-GB
Calc: CL
--
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/20200630/ede58fe8/attachment.htm>
More information about the Libreoffice-bugs
mailing list