launch error on parrot os
steevespapillon opened this issue · 2 comments
steevespapillon commented
when i try to launch Winpayloads :
Traceback (most recent call last):
File "./WinPayloads.py", line 2, in
from lib.main import *
File "/opt/Winpayloads/lib/main.py", line 8, in
import blessed
ImportError: No module named blessed
steevespapillon commented
pip install blessed
Requirement already satisfied: blessed in /usr/local/lib/python3.6/dist-packages (1.15.0)
Requirement already satisfied: six>=1.9.0 in /home/mc/.local/lib/python3.6/site-packages (from blessed) (1.11.0)
Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.6/dist-packages (from blessed) (0.1.7)
steevespapillon commented
resolved thank you