The search returned 3 results

by sfoy
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.
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')
by sfoy
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...
by sfoy
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.