<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - New version of calc and impress can't run on windows 7 (since version 7.1.5)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=144902#c26">Comment # 26</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - New version of calc and impress can't run on windows 7 (since version 7.1.5)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=144902">bug 144902</a>
from <span class="vcard"><a class="email" href="mailto:ywupub@163.com" title="ywupub@163.com">ywupub@163.com</a>
</span></b>
<pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=144902#c25">comment #25</a>)
<span class="quote">> (In reply to Ming Hua from <a href="show_bug.cgi?id=144902#c24">comment #24</a>)
> > Maybe it's worth testing if the bundled python actually works on reporter's
> > machine?
>
> Definitely - thanks!
>
> ywupub: could you please:
>
> 1. Open command prompt (cmd.exe);
> 2. Run
>
> > "C:\Program Files\LibreOffice\program\python.exe"
>
> 3. In Python command prompt, execute
>
> > import uno
> > import pythonloader
> > pythonloader.DEBUG=1
> > l = pythonloader.Loader(uno.getComponentContext())
> > l.getImplementationName()
>
> I hope this would run successfully. But maybe we do have some problem with
> bundled Python?</span >
Sorry, I don't know python at all, I run the cmd you gave line by line, seems
the python bundled is the reason for the issue:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files\LibreOffice\program>python.exe
Python 3.8.10 (default, Sep 9 2021, 17:09:56) [MSC v.1928 64 bit (AMD64)] on
wi
n32
Type "help", "copyright", "credits" or "license" for more information.
<span class="quote">>>> import uno</span >
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\LibreOffice\program\uno.py", line 19, in <module>
import pyuno
ImportError: DLL load failed while importing pyuno: The parameter is incorrect.
<span class="quote">>>> import pythonloader</span >
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\LibreOffice\program\pythonloader.py", line 19, in
<modu
le>
import uno
File "C:\Program Files\LibreOffice\program\uno.py", line 19, in <module>
import pyuno
ImportError: DLL load failed while importing pyuno: The parameter is incorrect.
<span class="quote">>>> l = pythonloader.Loader(uno.getComponentContext())</span >
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'pythonloader' is not defined
<span class="quote">>>></span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>