immunIT / drupwn

Drupal enumeration & exploitation tool
GNU General Public License v3.0
566 stars 132 forks source link

ImportError: No module named prompt_toolkit #39

Open M0dred opened 4 years ago

M0dred commented 4 years ago

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

wh1t3p4wn48 commented 4 years ago

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

kolypto commented 3 years ago

Hint: check your Python version:

$ python --version

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