flask-script
flask-script copied to clipboard
Will there be a release with the fix for flask.ext.script ImportError?
Will there be a release with the fix for flask.ext.scriptimport error?
I am trying to build the package for Fedora, and I get an error when running tests:
ImportError while importing test module '/builddir/build/BUILD/Flask-Script-2.0.5/tests.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests.py:8: in <module>
from flask.ext.script._compat import StringIO, text_type
E ImportError: No module named ext.script._compat
I would rather the fix gets released than disabling tests or building from commit.
From the readme:
Deprecated
While the maintainers are willing to merge PR's, they are not actively developing features. As of Flask 0.11, Flask includes a built-in CLI tool, and that may fit your needs better.
no active development needed, just to publish a release on pypi