Closed tfajks closed 8 years ago
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
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