The search returned 37 results

by stan
July 7, 2026 - 3:57 PM
Forum: Your opinion
Subject: [RESOLVED] Correction: minor error in the wording "Using different IDEs for developing WAPT packages"
Answers: 1
Views : 20217

[RESOLVED] Correction: minor error in the wording "Using different IDEs for developing WAPT packages"

Hello,

I'd like to point out a small typo in https://www.wapt.fr/fr/doc-2.6/wapt-create-packages-ide.html / https://www.wapt.fr/en/doc-2.6/wapt-create-packages-ide.html.

It seems that "Windows" appears twice, whereas the second instance should be "Linux / macOS..."
by stan
July 3, 2026 - 12:28
Forum: WAPT Packages
Subject: [RESOLVED] forticlient-vpn error
Answers: 13
Views : 9938

Re: forticlient-vpn error

Hello,

For some reason, it's working again and there are no errors, so I'm marking the topic as [RESOLVED].

Have a good day!
by stan
June 26, 2026 - 12:16
Forum: Your opinion
Subject: Icon of a shortcut from a DLL
Answers: 3
Views : 8617

Re: Icon of a shortcut from a DLL

Hello,

Thank you for considering: https://forum.tranquil.it/viewtopic.php?t=4642

Could you also consider this, please?

I tried implementing this function in a WAPT package, using the one from setuphelpers, and it works well with the index.

https://www.wapt.fr ...
by stan
June 26, 2026 - 12:06
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No more VS Code autocompletion when creating a WAPT package
Answers: 8
Views : 5606

Re: [SOLVED] No more VS Code autocompletion when creating a WAPT package

Hello,

I found the solution. The problem stems from a VS Code setting, not the interpreter or "debugpy".

In recent versions of VS Code, if GitHub Copilot is enabled, I believe VS Code applies this behavior by default:
JSON

"editor.quickSuggestions": {
"other ...
by stan
June 26, 2026 - 11:01
Forum: WAPT Packages
Subject: [RESOLVED] forticlient-vpn error
Answers: 13
Views : 9938

Re: forticlient-vpn error

Hello,

I performed the installation with the LOCALSYSTEM user and no errors were reported. :(
by stan
June 25, 2026 - 6:33 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No more VS Code autocompletion when creating a WAPT package
Answers: 8
Views : 5606

Re: [SOLVED] No more VS Code autocompletion when creating a WAPT package

Hello,

I don't think so, I'll try updating VScode tomorrow to see if that changes anything.
by stan
June 25, 2026 - 6:32 PM
Forum: WAPT Packages
Subject: [RESOLVED] forticlient-vpn error
Answers: 13
Views : 9938

Re: forticlient-vpn error

Hello,

thank you for the information, I'll tell you more tomorrow.

Have a good evening
by stan
June 25, 2026 - 6:31 PM
Forum: WAPT Packages
Subject: [SOLVED] No module named 'requests'
Answers: 3
Views : 1855

Re: [SOLVED] No module named 'requests'

Hi,

no problem with the update, but actually I don't think it's related to that after all :lol:

It's more likely that I didn't have the correct Python interpreter selected in VSCode.

However, I don't know why the first time, just by changing that and...
by stan
June 25, 2026 - 4:39 PM
Forum: WAPT Packages
Subject: [RESOLVED] forticlient-vpn error
Answers: 13
Views : 9938

Re: forticlient-vpn error

Hello,

I did it in an Administrator context and not LOCALSYSTEM. I will try installing it in LOCALSYSTEM.
by stan
June 25, 2026 - 2:05 PM
Forum: WAPT Packages
Subject: [SOLVED] No module named 'requests'
Answers: 3
Views : 1855

Re: No module named 'requests'

The problem was resolved in a rather unexpected way.

Simply change the type in launch.json to "debugpy", as apparently the "python" type will become obsolete:
gLYb7Yp.png
gLYb7Yp.png (19.58 KB) Viewed 1770 times
And to restart VS Code.