I have tried to move to Python 2.7 from Python 2.5 but I keep getting the same error everytime.
I have made a very simple test in Python 2.5 working with the app.yaml fi
Use main.application instead of main.py in your app.yaml. You need the former in order to set threadsafe to true.
main.application
main.py
threadsafe
true