Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究这个使用 Flask-Upload 上传图像的示例,但是当我运行代码时,python 说:
“ImportError:没有名为 flask.ext.storage 的模块”
(我使用 pip 成功安装了 Flask、SQLAlchemy、Flask-Upload)
以下是我在 myproject 上安装的所有软件包:
)
我已经用谷歌搜索了,但我找不到任何方法来解决这个问题。
尝试:
$ pip install -e git://github.com/kvesteri/flask-storage.git#egg=Flask-Storage
该项目住在这里:https ://github.com/kvesteri/flask-storage