[Answer]-Django Sentry installation step error

1👍

gunicorn requires Python 2.6 – which added the except T as e syntax (see http://www.python.org/dev/peps/pep-3110/). You’ll need to switch to at least Python 2.6.

Note that in some places the documentation for gunicorn says it supports Python 2.5, but that is no longer true.

Leave a comment