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
[SOLVED] Installing the Python environment
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
-
Adrian Dessaigne
- Messages: 4
- Registration: March 8, 2021 - 11:51
Last edited by AdrianDessaigne on 21 Apr 2021 - 09:46, edited 1 time.
-
Adrian Dessaigne
- Messages: 4
- Registration: March 8, 2021 - 11:51
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.
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.
-
Adrian Dessaigne
- Messages: 4
- Registration: March 8, 2021 - 11:51
A clean reinstallation of a virtualized Windows 10 Pro environment is sufficient to fix the problem
