Page 1 of 1

[SOLVED] Problem with the "waptenterprise" module

Published: October 4, 2022 - 1:03 PM
by t.heroult
Good morning
When trying to import elements from the waptenterprise module (e.g., from waptenterprise.waptservice.enterprise import get_active_sessions, start_interactive_process), I get the following message:

Code: Select all

from waptenterprise.waptservice.enterprise import get_active_sessions, start_interactive_process
ModuleNotFoundError: No module named 'waptenterprise'
However, we are indeed using a business license...

Any ideas?

Re: Problem with the "waptenterprise" module

Published: October 4, 2022 - 5:48 PM
by sfonteneau
change since wapt 2.2 ;) :

Code: Select all

from waptservice.enterprise import get_active_sessions, start_interactive_process

Re: [SOLVED] Problem with the "waptenterprise" module

Published: October 6, 2022 - 3:52 PM
by t.heroult
THANKS :)