Page 1 of 1

[SOLVED] Installing the Python environment

Published: March 8, 2021 - 12:07 PM
by Adrian Dessaigne
Hello,

As a newcomer to WAPT, I'd like to prepare my PC for a WAPT package creation environment.

I followed the Tranquil.it documentation to install the Python environment using the "tis-waptdev" package.
However, after installation and rebooting my PC, I'm encountering a missing module issue in PyScripter: "
No module named OpenSSL

". I found a similar post using the "Request" module, but the solution doesn't work for me (WAPT agent update).
I had the same problem with the same module, which I resolved with "python -m pip install module_name".
However, some modules can't be installed due to version differences.
I should mention that I also installed "wapt tools" via pip.
Is there anything else I need to install to resolve dependency and module issues?

Thank you for your help,
Adrian.

- Installed WAPT version (1.8.2.7334)
- Server OS: Debian 10
- Administration/package creation machine OS: Windows 10 20H2

Re: Installing the Python environment

Published: March 10, 2021 - 3:39 PM
by Adrian Dessaigne
Update:
A manual installation via the source files works, however, the Win32api module is not compatible with Windows 10?
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\wapt-get.py", line 47, in
import common
File "C:\Program Files (x86)\wapt\common.py", line 88, in
Import win32api
ImportError: DLL load failed: %1 is not a valid Win32 application.

Thank you for your answers.

Re: Installing the Python environment

Published: April 21, 2021 - 9:45 AM
by Adrian Dessaigne
A clean reinstallation of a virtualized Windows 10 Pro environment is sufficient to fix the problem