[issue44767] python -m flask run gives OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions

Terry J. Reedy report at bugs.python.org
Fri Jul 30 21:34:10 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

This tracker is for fixing bugs in CPython and its stdlib, not for bugs in 3rd party applications or their usage.  Your report does not point to a bug in python itself.

Try asking about this issue on a flask forum, python-list, maybe stackoverflow.com, or maybe elsewhere.  When you do, cut and paste the full traceback.  Also clarify whether you ran 'python -m flask run' at a command line or simulation thereof or whether you loaded app.py into VS Code and ran the file.  Those are different actions.

----------
nosy: +terry.reedy
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44767>
_______________________________________


More information about the Python-bugs-list mailing list