0

I am trying to deploy a Flask app on AWS Elastic Beanstalk through the console GUI. Following the answer given here Your WSGIPath refers to a file that does not exist, I have named my main file application.py and have set the WSGIPath (through the Beanstalk console GUI) to application.py. Also, I have named my object application, not app. However, I am still getting this error:

Your WSGIPath refers to a file that does not exist.

Here is my file structure:

file structure


Here is the error that shows up

enter image description here


How can I resolve this error?


  • Possible duplicate of [Your WSGIPath refers to a file that does not exist](https://stackoverflow.com/questions/31169260/your-wsgipath-refers-to-a-file-that-does-not-exist) – Waqas Aug 14 '19 at 13:33
  • No, I already followed the suggestions given there and am still getting the error – ARJUN AGGARWAL Aug 15 '19 at 09:20

0 Answers0