Question
Why do I receive the error "ImportError: No module named py" when accessing my Python WSGI application?
Answer
This issue can be caused due to the passenger_wsgi.py not being correctly formatted. Please note that when referencing your application there should be no ".py" extension present.
Our documentation on configuring Python WSGI applications can be found below:
How to Install a Python WSGI Application