htouvet wrote:It's better to use install than install_wapt
install_wapt() assumes that the package is already downloaded.
install() takes a package name (or the path to a local .wapt file) as a parameter
Code: Select all
def install(): WAPT.install('monpaquet')
The search returned 3 results
- October 5, 2016 - 12:29
- Forum: WAPT Packages
- Subject: Exception: No control found for ...
- Answers: 3
- Views : 3360
Re: Exception: No control found for...
That's what I ended up doing.
- October 4, 2016 - 4:25 PM
- Forum: WAPT Packages
- Subject: Exception: No control found for ...
- Answers: 3
- Views : 3360
Re: Exception: No control found for...
Hello,
a package installed using the command "WAPT.install_wapt" generates the error:
Exception: No control found for (the name of the package to install).
However, the same package installed directly installs without any problem!
Thank you for your help
. Further information can be found in the notifications...
a package installed using the command "WAPT.install_wapt" generates the error:
Exception: No control found for (the name of the package to install).
However, the same package installed directly installs without any problem!
Thank you for your help
. Further information can be found in the notifications...
- October 4, 2016 - 3:49 PM
- Forum: WAPT Packages
- Subject: Exception: No control found for ...
- Answers: 3
- Views : 3360
Exception: No control found for...
Hello,
a package installed using the command "WAPT.install_wapt" generates the error:
Exception: No control found for (the name of the package to install).
However, the same package installed directly installs without any problem!
Thank you for your help.
a package installed using the command "WAPT.install_wapt" generates the error:
Exception: No control found for (the name of the package to install).
However, the same package installed directly installs without any problem!
Thank you for your help.
