The search returned 8 results

by david999
March 7, 2023 - 10:32
Forum: WAPT Packages
Subject: [SOLVED] Adding custom functions in setuphelpers
Answers: 2
Views : 2552

Re: Adding custom functions in setuphelpers

Hello Denis,

noted.
Thank you for your reply!

Best regards.
by david999
September 9, 2022 - 6:28 PM
Forum: WAPT Packages
Subject: [SOLVED] Encrypt-txt.json file cannot be decrypted
Answers: 6
Views : 5001

Re: [SOLVED] Encrypt-txt.json file cannot be decrypted

@sfonteneau

Do you know why a computer might register itself (without user action)?
Thank you in advance for your reply.
by david999
September 9, 2022 - 3:58 PM
Forum: WAPT Packages
Subject: [SOLVED] Encrypt-txt.json file cannot be decrypted
Answers: 6
Views : 5001

Re: Encrypt-txt.json file cannot be decrypted

Ah, okay! I hadn't thought of that scenario.

Thank you so much for your reply!
by david999
September 6, 2022 - 1:13 PM
Forum: WAPT Packages
Subject: [SOLVED] Encrypt-txt.json file cannot be decrypted
Answers: 6
Views : 5001

Re: Encrypt-txt.json file cannot be decrypted

Hello Denis,

thank you for your reply.
Sorry I couldn't get back to you sooner.

Actually, I'm getting two types of errors when the file fails to be decrypted:
- One error clearly indicates that the computer's UID is missing, and therefore the file cannot be...
by david999
July 12, 2018 - 09:52
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Testing script locally
Answers: 6
Views : 9705

Re: Testing script locally

Hello htouvet,

a huge THANK YOU!
After adding the Wapt folder path to "Unregistered Versions" and enabling it, everything works!
I can finally run all my tests locally on my test machine.

The server-side solution is also interesting, but in that case it's...
by david999
July 11, 2018 - 7:36 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Testing script locally
Answers: 6
Views : 9705

Re: Testing script locally

Hello,

thank you for this information.
I can now open the psproj file for the relevant package from PyScripter.
However, when I run the code in the setup.py file, it returns the error:
No module named setuphelpers.

In the psproj file tree in PyScripter, I do see a...
by david999
July 11, 2018 - 6:40 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Testing script locally
Answers: 6
Views : 9705

Re: Testing script locally

Hello htouvet,

thank you very much for your reply.
However, I'm having trouble launching PyScripter.
After installing it on the client machine via WAPT, I can't open it. When I try to launch it, I get the error message: "
Could not load a Python engine.

" I've seen...
by david999
July 10, 2018 - 12:12
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Testing script locally
Answers: 6
Views : 9705

[SOLVED] Test script locally

Hello,

sorry if the answer seems obvious, but I'm a beginner in Python.
Currently, I create several packages on the WAPT server and then deploy them.
If I need to make changes, I modify the package's setup.py file on the server, then rebuild the package and deploy it to...