Netflix-Skunkworks / sleepy-puppy

Sleepy Puppy XSS Payload Management Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named flask_script.commands during installation

tfajks opened this issue · comments

during intalation I get an error:

python manage.py setup_sleepy_puppy

Traceback (most recent call last):
File "manage.py", line 18, in
from flask_script.commands import ShowUrls, Clean
ImportError: No module named flask_script.commands

Did you run into any issues running this command:

python setup.py install

Have you created and activated a virtual environment to install sleepypuppy into?

Hi,
I've found reason, it's missing step with "deactivate" in wiki:
"
Install the required dependencies
python setup.py install
Create database, seed database, create default login with 'admin' user
deactivate
python manage.py setup_sleepy_puppy
"
regards,
Tomasz