Problem solved.
It was simply a matter of placing the "dns" folder from the PyDSN module in the package.
Remember to also create a copytree to add it to the clients' WAPT libraries; otherwise, package auditing will return an error.
The search returned 8 results
- May 20, 2021 - 09:24
- Forum: WAPT Packages
- Subject: [RESOLVED] Package error following WAPT 2.0 update
- Answers: 10
- Views : 8122
- May 17, 2021 - 1:42 PM
- Forum: WAPT Packages
- Subject: Using the WAPT key to sign external executables
- Answers: 1
- Views : 2249
Using the WAPT key to sign external executables
Hello,
here's a tip for anyone who might find themselves in a similar situation:
I have an executable I compiled myself using AutoIt, which I use to map a network drive. To deploy it, I created a simple WAPT package that pastes the file into the desired location.
Problem: Windows...
here's a tip for anyone who might find themselves in a similar situation:
I have an executable I compiled myself using AutoIt, which I use to map a network drive. To deploy it, I created a simple WAPT package that pastes the file into the desired location.
Problem: Windows...
- May 8, 2021 - 6:47 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Package error following WAPT 2.0 update
- Answers: 10
- Views : 8122
Re: Package error following WAPT 2.0 update
If I had to nitpick, there would just be one point:
The audit on the machines gives the same error message, even though the installation is OK.
The audit on the machines gives the same error message, even though the installation is OK.
Code: Select all
Audit aborted due to exception: No module named 'dns'- May 7, 2021 - 3:52 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Package error following WAPT 2.0 update
- Answers: 10
- Views : 8122
Re: Package error following WAPT 2.0 update
Hello Denis, and thank you for your reply.
It works perfectly.
The solution was so simple...
It works perfectly.
The solution was so simple...
- May 7, 2021 - 10:50
- Forum: WAPT Packages
- Subject: [RESOLVED] Package error following WAPT 2.0 update
- Answers: 10
- Views : 8122
Re: Package error following WAPT 2.0 update
I restarted the install on a freshly installed workstation:
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3841, in install_wapt
setup = import_setup(setup_filename)
File "C:\Program Files (x86)\wapt\waptutils.py", line 1498, in import_setup
py_mod = imp ...
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3841, in install_wapt
setup = import_setup(setup_filename)
File "C:\Program Files (x86)\wapt\waptutils.py", line 1498, in import_setup
py_mod = imp ...
- May 7, 2021 - 09:26
- Forum: WAPT Packages
- Subject: [RESOLVED] Package error following WAPT 2.0 update
- Answers: 10
- Views : 8122
Re: Package error following WAPT 2.0 update
At the beginning of the code I have a
How do I package it with the package?
Code: Select all
import dns.resolver
import dns.reversename- May 6, 2021 - 5:00 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Package error following WAPT 2.0 update
- Answers: 10
- Views : 8122
[RESOLVED] Package error following WAPT 2.0 update
Hello,
I've developed a package for post-installation Windows configuration across my network, initially on WAPT 1.8.
The idea is to configure a newly installed machine by retrieving its name from its IP address using reverse DNS.
For this, I'm using the dnspython module.
Since...
I've developed a package for post-installation Windows configuration across my network, initially on WAPT 1.8.
The idea is to configure a newly installed machine by retrieving its name from its IP address using reverse DNS.
For this, I'm using the dnspython module.
Since...
- January 7, 2021 - 12:04 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Is it possible to shutdown/reboot clients from waptconsole?
- Answers: 4
- Views : 5539
Re: Is it possible to shutdown/reboot clients from waptconsole?
Hi,
It seems this functionality is implemented now (button in the right-click menu) but not operational.
At least, for a configuration with machines not in a domain.
Is this normal?
It seems this functionality is implemented now (button in the right-click menu) but not operational.
At least, for a configuration with machines not in a domain.
Is this normal?
