GoogleAppEngineLauncher运行出错的解决办法
有时候 GoogleAppEngineLauncher出错后再也无法运行,只是提示 错误提示框[Errors occurred]:See the logfile 'C;\Program Files\Google\google_appengine\GoogleAppEngineLauncher.exe.log' for details 在该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 97, in _CreateModels File "launcher\maintable.pyc", line 35, in __init__ File "launcher\maintable.pyc", line 86, in _LoadProjects File "launcher\project.pyc", line 63, in ProjectWithConfigParser File "launcher\project.pyc", line 260, in _LoadFromConfigParser File "ConfigParser.pyc", line 520, in get ConfigParser.NoOptionError: No option 'name' in section: '0' 解决办法: 删除’ X:\Documents and Settings\用户名\Goog...