Unable to Run Flask on Twisted web server, WSGI application error Unable to Run Flask on Twisted web server, WSGI application error flask flask

Unable to Run Flask on Twisted web server, WSGI application error


You haven't put the root of your source tree into Python's import path so the module name "run" can't be resolved. Fix it by setting PYTHONPATH (for example):

export PYTHONPATH=${PYTHONPATH}:${PWD}twistd web --wsgi run.app