Page 1 of 1

[SOLVED] Requesting package installation

Published: May 14, 2024 - 6:02 PM
by Mikael_S
WAPT v2.5.4.15342
Ubuntu Server 20.04
Windows 11 workstations

Good morning,
I'm trying to install a package using WAPT.install(). It works fine on my test machine (pyscrypter), but it doesn't install in production (no error message)

I also tried using commands like:

Code: Select all

run(r'"wapt-get.exe" "download" "nomdupaquet"')
puis
run(r'"wapt-get.exe" "install" "nomdupaquet"')
but this time I have an error

Code: Select all

"FATAL ERROR : Exception: Running wapt progresses ([7576]), please wait..."
The goal is to remove a portable application that is present on the machine and replace it with an msi package (putty)

Re: Requesting the installation of a package

Published: May 15, 2024 - 8:56 PM
by sfonteneau
wapt-get should not be used within a package, otherwise it will cause a problem.

To do this, see here:

https://www.wapt.fr/fr/doc/wapt-create- ... pt-package