The following python executables fail to work on Windows XP SP3 32 bit versions. The "c:\Program Files\LibreOffice 5\program\python.exe" app fails silently. "c:\Program Files\LibreOffice 5\program\python-core-x.x.x\bin\python.exe" fails stating that it is not a valid win32 application. This is causing our existing Libre Python scripts to fail.
Note that XP is an obsolete platform – the oldest Microsoft-supported OS is now Windows 7 SP1, and if your hardware can run Windows 7, you should be running Windows 10 instead (or something else). We may be pulling the plug on Windows XP soon — to quote one of TDF’s engineers (bug 97226 comment 24), “XP [is] only supported out of courtesy/because it still builds for it”.
Heelo Quinton, please attach test file with python script. Thanks
(In reply to raal from comment #2) > Heelo Quinton, please attach test file with python script. Thanks Hi Raal, Here is sample output, hope it will illustrate the problem. ###Python caller fails silently C:\Documents and Settings\Quinton>"c:\Program Files\LibreOffice 5\program\python.exe" C:\Documents and Settings\Quinton> ###Python not a vallid win32 app error occurs C:\Documents and Settings\Quinton>"c:\Program Files\LibreOffice 5\program\python-core-3.3.0\bin\python.exe" GUI Error msg box stating: Python.exe is not a valid Win32 application. Access is denied. C:\Documents and Settings\Quinton>
(In reply to Adolfo Jayme from comment #1) > Note that XP is an obsolete platform – the oldest Microsoft-supported OS is > now Windows 7 SP1, and if your hardware can run Windows 7, you should be > running Windows 10 instead (or something else). > > We may be pulling the plug on Windows XP soon — to quote one of TDF’s > engineers (bug 97226 comment 24), “XP [is] only supported out of > courtesy/because it still builds for it”. Hi Adolfo, I noticed some of the builds seem to specify Vista is required. We will use the other OS's when it becomes required. A workaround for this problem is to run a standalone Python 3.3 install and add this to the script, libre_path=r"c:\Program Files\LibreOffice 5" sofficebin=r"%s\program\soffice.exe"%(libre_path) sys.path.append(r"%s\program"%libre_path) os.environ["URE_BOOTSTRAP"] = r"vnd.sun.star.pathname:%s\program\fundamental.ini"%libre_path os.environ["PATH"] += r";%s\URE\bin"%libre_path Regards Quinton
Confirmed using 5.4.0.1 / Windows XP SP3. Since 5.4 is still supposed to support Windows XP, for now this should be considered a bug.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Since 5.4 reached EOL and Windows XP isn't supported anymore, closing this as WONTFIX.