Random installation
Published: June 1, 2026 - 08:36
For WAPTConsole Enterprise version 2.6.1.17765 and Windows.
Hello everyone,
I am trying to deploy a "homemade" WAPT package. A folder and file structure is contained within the package, and via the setup.py file configured in PyScripter, I am copying/pasting these files into the same folder structure already present on the machine.
However, when I deploy this package, on some machines it installs perfectly fine, no problem. While on other machines (which are technically exactly the same), this error log appears in WAPT:
I have checked for the absence of blocking files such as "thumbs.db" or "desktop.ini".
Looking at other posts, I have checked the integrity of the build via PyScriter and I know that I do not have an antivirus that is modifying files.
Do you have any suggestions on how to resolve this issue?
Thanks in advance !
Hello everyone,
I am trying to deploy a "homemade" WAPT package. A folder and file structure is contained within the package, and via the setup.py file configured in PyScripter, I am copying/pasting these files into the same folder structure already present on the machine.
However, when I deploy this package, on some machines it installs perfectly fine, no problem. While on other machines (which are technically exactly the same), this error log appears in WAPT:
Code: Select all
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4349, in install_wapt
packagetempdir = entry.unzip_package(cabundle=self.cabundle, target_dir = tempfile.mkdtemp(prefix='wapt',dir=self.wapt_temp_dir))
File "C:\Program Files (x86)\wapt\waptpackage.py", line 2664, in unzip_package
raise e
File "C:\Program Files (x86)\wapt\waptpackage.py", line 2656, in unzip_package
verified_by = self.check_package_signature(cabundle,ignore_missing_files=ignore_missing_files)
File "C:\Program Files (x86)\wapt\waptpackage.py", line 2607, in check_package_signature
raise EWaptCorruptedFiles('Error in package %s in %s, files corrupted, SHA not matching for %s' % (self.asrequirement(), self.sourcespath, errors,))
waptpackage.EWaptCorruptedFiles: Error in package nomdupaquet-2026(=0-12) in C:\Program Files (x86)\wapt\private\tmp\wapt7uw7xem7, files corrupted, SHA not matching for liste de l'entièreté des fichiers contenus dans le paquetLooking at other posts, I have checked the integrity of the build via PyScriter and I know that I do not have an antivirus that is modifying files.
Do you have any suggestions on how to resolve this issue?
Thanks in advance !