FS#72054 - [python-flask-script] doesn't work with latest flask

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Monday, 06 September 2021, 19:48 GMT
Last edited by Toolybird (Toolybird) - Sunday, 14 May 2023, 03:07 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Python 3.9.7 (default, Aug 31 2021, 13:28:12)
[GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import flask_script
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.9/site-packages/flask_script/__init__.py", line 15, in <module>
from flask._compat import text_type
ModuleNotFoundError: No module named 'flask._compat'
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 14 May 2023, 03:07 GMT
Reason for closing:  Won't fix
Additional comments about closing:  No longer in the repos.

Loading...