[Answered ]-Error 503 in OpenShift server

2👍

We are not using mod_wsgi with these new carts. 2.7 uses gevent and 3.3 uses WebOb

Take a look at how we set up the app.py in the 2.7 cart
https://github.com/openshift/openshift-community-cartridge-python-2.7/blob/master/template/app.py

and for 3.3
https://github.com/openshift/openshift-community-cartridge-python-3.3/blob/master/template/app.py

Can you review the following blog post to see if it helps?
https://www.openshift.com/blogs/host-python-in-a-community-cart

Leave a comment