[GAE] 使用 webapp2 發生 Server Error
Event: 改用webapp2時發生Server Error
Reason:
webapp2 在 appspot 僅提供 python27 runtime使用.
Correction:
In app.yaml,
runtime: python27
Reference:
連結一
另外, python27 runtime 不允許 threadsafe的選項?! 不知道為什麼...紀錄一下, 有空再追。
Reason:
webapp2 在 appspot 僅提供 python27 runtime使用.
Correction:
In app.yaml,
runtime: python27
Reference:
連結一
另外, python27 runtime 不允許 threadsafe的選項?! 不知道為什麼...紀錄一下, 有空再追。
Comments
Post a Comment