I've had a flask app running for a couple years without issue using these instructions. I was just informed that the site it powers is down (not sure how long it's been down it's low-traffic) and when I investigate, it seems like most of the errors are maybe path-related? (ModuleNotFound errors, and the main one posted below.) Has anything changed on the servers recently that would explain this? (vps91)
--- no python application found, check your startup logs for errors ---
UPDATE
I had to newly add a sub-path to my python-path declarations in uwsgi.ini, and it's working again now.