Windows AppEngine项目错误

Windows AppEngine项目错误,windows,google-app-engine,python-3.x,Windows,Google App Engine,Python 3.x,我正在尝试运行创建appEngine项目时生成的默认程序,日志显示了此错误 2014-09-22 21:19:08 Running command: "['C:\\Python34\\pythonw.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=10080', '--admin_port=8002', 'C:\\

我正在尝试运行创建appEngine项目时生成的默认程序,日志显示了此错误

2014-09-22 21:19:08 Running command: "['C:\\Python34\\pythonw.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=10080', '--admin_port=8002', 'C:\\Users\\eriel\\Documents\\web\\southawnings']"
Traceback (most recent call last):
  File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 82, in <module>
    _run_file(__file__, globals())
  File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 78, in _run_file
    execfile(_PATHS.script_file(script_name), globals_)
NameError: name 'execfile' is not defined
2014-09-22 21:19:08 (Process exited with code 1)
2014-09-22 21:19:08运行命令:“['C:\\Python34\\pythonw.exe','C:\\Program Files(x86)\\Google\\Google\u appengine\\dev\u appserver.py','--skip\u sdk\u update\u check=yes','--port=10080'--admin\u port=8002','C:\\Users\\eriel\\Documents\\web\\southawnings']””
回溯(最近一次呼叫最后一次):
文件“C:\Program Files(x86)\Google\Google\u appengine\dev\u appserver.py”,第82行,在
_运行\u文件(\uuuu文件,globals())
文件“C:\Program Files(x86)\Google\Google\u appengine\dev\u appserver.py”,第78行,在运行文件中
execfile(_PATHS.script_文件(script_名称),全局文件)
NameError:未定义名称“execfile”
2014-09-22 21:19:08(流程退出,代码为1)

我正在使用windows 8.0和appEngine的上一次更新

如果您安装了Python 2.7,请尝试打开Google App Engine启动器。然后编辑->首选项并检查是否设置了正确的python路径。 如果将Python安装在C://上,它应该类似于:

C:\Python27\pythonw.exe

使用蟒蛇27。Python3x不是一个选项。我安装了Python27,但现在AppEngine说我没有安装python。我确实重新启动了我的电脑。Python27是直接安装到“C:/”而不是程序文件中的,这可能是个问题。否。我的C驱动器上也安装了Python 27。顺便说一句,我现在使用的是云SDK,其中包含应用程序引擎SDK:另请参见: