drupwn icon indicating copy to clipboard operation
drupwn copied to clipboard

ImportError: No module named prompt_toolkit

Open M0dred opened this issue 5 years ago • 2 comments

Python 3.7.7

Traceback (most recent call last): File "./drupwn", line 8, in from engine.Exploiter import Exploiter File "/opt/drupwn/engine/Exploiter.py", line 6, in from prompt_toolkit import prompt ImportError: No module named prompt_toolkit

M0dred avatar May 13 '20 09:05 M0dred

Hello, did you already install all the dependencies? pip install -r requirements.txt If yes, please run and paste the output of this command pip --version

wh1t3p4wn48 avatar May 13 '20 10:05 wh1t3p4wn48

Hint: check your Python version:

$ python --version

if it's 2.7, it won't work. Use python3 drupwn explicitly

kolypto avatar Jan 01 '21 23:01 kolypto