Netflix-Skunkworks / sleepy-puppy

Sleepy Puppy XSS Payload Management Framework
Apache License 2.0
1.03k stars 136 forks source link

No module named flask_script.commands during installation #8

Closed tfajks closed 8 years ago

tfajks commented 8 years ago

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

sbehrens commented 8 years ago

Did you run into any issues running this command:

python setup.py install

scriptsrc commented 8 years ago

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

tfajks commented 8 years ago

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