You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@localhost:/pypress-site# ls
babel.cfg manage.py pypress requirements.txt
fcgi.py messages.pot README.md
root@localhost:/pypress-site# python manage.py createall
Traceback (most recent call last):
File "manage.py", line 7, in
from flaskext.script import Server, Shell, Manager, Command, prompt_bool
ImportError: No module named script
root@localhost:/pypress-site# pip install script
Downloading/unpacking script
Could not find any downloads that satisfy the requirement script
Cleaning up...
No distributions at all found for script
Storing debug log for failure in /root/.pip/pip.log
root@localhost:/pypress-site#
The text was updated successfully, but these errors were encountered:
HI.
root@localhost:
/pypress-site# ls/pypress-site# python manage.py createallbabel.cfg manage.py pypress requirements.txt
fcgi.py messages.pot README.md
root@localhost:
Traceback (most recent call last):
File "manage.py", line 7, in
from flaskext.script import Server, Shell, Manager, Command, prompt_bool
ImportError: No module named script
root@localhost:
/pypress-site# pip install script/pypress-site#Downloading/unpacking script
Could not find any downloads that satisfy the requirement script
Cleaning up...
No distributions at all found for script
Storing debug log for failure in /root/.pip/pip.log
root@localhost:
The text was updated successfully, but these errors were encountered: