I am receiving:
"Downloaded file has incorrect MD5 checksumm, try again or get update from author site
Please inform author about this error"
I see a reference to python doing the MD5 checksum, in case there is something about my python setup:
{0}[d:\] python
Python 3.9.17 (main, Jul 4 2023, 19:41:59)
[GCC 9.2.0 20190812 (OS/2 RPM build 9.2.0-5.oc00)] on os2knix
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>
{0}[d:\] python2.7
SYS0193: E:\USR\BIN\python2.7 cannot be run in a OS/2 session. "E:\USR\BIN\pytho
n2.7"
{2}[d:\] python2.7.exe
Python 2.7.18 (default, Dec 27 2021, 15:11:56)
[GCC 9.2.0 20190812 (OS/2 RPM build 9.2.0-5.oc00)] on os2knix
Type "help", "copyright", "credits" or "license" for more information.
>>>
Hi andy, interesting !
Of course, I only use python 2
python2.7 seems to be seens having 7 as extension instead of exe (using python2.7.exe as it should)...
(I've added more association in the past and may be this is the raison I missed this problem)
I'm going to update my code to use python2.7.exe instead of simplified python2.7
Thanks having seens this.
After getting this error, check your temp path, you should find the
downloaded zip file and you can manually issue
python2.7.exe avxcath.py 0 AVxCAT_updt.zip (avxcath.py is located under avxcat path, created at first avxcat using python run)
and check with the md5 from into
https://remydodin.levillage.org/doc/realisations/updates/avxcat21.updt(or use md5.exe)
Carrefully:
As alternate option, try renaming python2.7.exe to python.exe (after saving original python.exe) under \usr\bin
And restore as it was after update
Updt (corrections done):
AVxCAT v2.2.2.0 FP4 (included prereqs.exe 1.1beta) online
Updt: If you already have AVxCAT 2.2.2.0 FP4 with prereqs beta 1.1, you can download again avxcat 2.2.2.0 FP4 (with prereqs beta 1.2) using following command
curl --max-time 600 -z 12-Aug-2025 https://remydodin.levillage.org/doc/realisations/downloads/AVXCAT_Y25R2M2.zip --output "C:\var\temp\AVxCAT_updt.zip note: change C:\var\temp to your destination path.