The search returned 3 results

by Bastien
July 2, 2018 - 10:27
Forum: WAPT Server
Subject: [SOLVED] wapt-scanpackages ImportError No module cryptograph
Answers: 3
Views : 3712

Re: wapt-scanpackages.py ImportError: No module named cryptogra

Okay, I finally got my package scan working.

I imported a few more libraries:
- cryptography
- pyopenssl.

I was still getting errors on some elements of the crypto library, so I ended up commenting out the lines in waptcrypto.py that were causing the problem
with the cryptography imports
...
by Bastien
July 2, 2018 - 9:47 AM
Forum: WAPT Server
Subject: [SOLVED] wapt-scanpackages ImportError No module cryptograph
Answers: 3
Views : 3712

Re: wapt-scanpackages.py ImportError: No module named cryptogra

Hello and thank you for your help.

The WAPT server version is 1.5.1.23.

However, I don't have a "wapt-scanpackages.sh" script (neither in /opt/wapt/ nor anywhere else).

There might be a problem with the server if I need this script.
Is there a specific library I could use...?
by Bastien
June 29, 2018 - 5:47 PM
Forum: WAPT Server
Subject: [SOLVED] wapt-scanpackages ImportError No module cryptograph
Answers: 3
Views : 3712

[SOLVED] wapt-scanpackages ImportError No module cryptograph

Hello,

My environment
is a WAPT console on Windows 10
and a WAPT server on CentOS 7 with Python 2.7.5.

I'm having trouble with a large package (LabView, 50 GB)
. I can't upload it using the `build-upload` option, so I built the package and signed it.
I'm transferring it from my WAPT console to the server...