Error Python 2.7 on Google App Engine - Threadsafe cannot be enabled with CGI handler

前端 未结 2 1644
时光说笑
时光说笑 2021-02-18 15:41

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

2条回答
  •  感动是毒
    2021-02-18 16:41

    Use main.application instead of main.py in your app.yaml. You need the former in order to set threadsafe to true.

提交回复
热议问题