每次我尝试运行GAE启动时,都会发生一个错误并将其保存在GoogleAppEngineLauncher.exe.log中。
我打开它,发现以下内容:
Traceback (most recent call last):
File "GoogleAppEngineLauncher.py", line 42, in <module>
File "wx\_core.pyc", line 7913, in __init__
File "wx\_core.pyc", line 7487, in _BootstrapApp
File "launcher\app.pyc", line 53, in OnInit
File "launcher\app.pyc", line 98, in _CreateModels
File "launcher\preferences.pyc", line 62, in __init__
File "launcher\platform.pyc", line 435, in PythonCommand
IndexError: list index out of range
这是什么问题
我正在使用Python 2.7.6(64bit)。
GAP SDK是Windows 1.8.8-2013-11-19
最佳答案
我卸载了64位版本的Python并安装了32位,然后AppEngine可以运行了!