error in running Google apps in python in windows OS

前端 未结 2 1958
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-18 16:52

in google app engine

get error in runing the appicaition

in logs of googleappengine

2012-04-21 13:24:04 Running com

2条回答
  •  粉色の甜心
    2020-12-18 17:18

    You appear to be running Python 3.2 (your Python executable is on this path 'C:\Python32\pythonw.exe').

    Google AppEngine requires Python 2.5 or 2.7 at this stage, see this article. You need to download Python 2.7, install it in a parallel directory, and make it the default executable.

    You may find it helpful to read this answer on running more than one version of Python

提交回复
热议问题