[SOLVED] Requesting package installation
Published: May 14, 2024 - 6:02 PM
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:
but this time I have an error
The goal is to remove a portable application that is present on the machine and replace it with an msi package (putty)
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"')Code: Select all
"FATAL ERROR : Exception: Running wapt progresses ([7576]), please wait..."