When starting a Flask app with:
$ flask run
I received the error:
Error: While importing 'wsgi', an ImportError was raised. Usage: flask [OPTIONS] COMMAND [ARGS]...` ...
However, there is no stack trace or other information provided. What is the best way to get the ImportError stack trace?