ImportError: No module named flask.ext.script
Euphorbium opened this issue · 8 comments
Traceback (most recent call last):
File "manage.py", line 3, in
from flask.ext.script import Manager
ImportError: No module named flask.ext.script
I am getting this error, when I run fab d. What should I do?
Try running pip install Flask-Script and see if that clears things up.
After installing Flask-Script, it complained about not having Flask-Babel, after that it complaned about sqlalchemy, but that is where I stopped. I have no intention of ruining my global python by installing lots of packages. Either I am doing something incorrectly, or the docummentation is bad. This is how I tried running it.
git clone https://github.com/imwilsonxu/fbone.git fbone
cd fbone
sudo fab setup
sudo fab d
a fresh checkout of my project code solved this issue. Probably some dirty cached install files from a previous attempt of "fab setup".
maybe this helps someone that find this same problem..., something like that happened to me just now, realised it wasnt getting the virtualenv so added this step and worked fine:
no sudo needed, you are making a virtualenv inside this directory as your user, no need for root.
git clone https://github.com/imwilsonxu/fbone.git fbone
cd fbone
fab setup
. env/bin/activate
fab d
Fix with 6ff899e
Flask-Script
is removed, use built-in cli instead.
I installed without using sudo
as suggested above somewhere in the discussion and everything works fine. Thanks.
a | a |
---|---|
a | a |