flask-script icon indicating copy to clipboard operation
flask-script copied to clipboard

Will there be a release with the fix for flask.ext.script ImportError?

Open irushchyshyn opened this issue 7 years ago • 2 comments

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.

irushchyshyn avatar Jun 26 '18 13:06 irushchyshyn

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.

davidism avatar Jun 26 '18 14:06 davidism

no active development needed, just to publish a release on pypi

anthraxx avatar Jun 26 '18 14:06 anthraxx