http://www.cnblogs.com/QLeelulu/archive/2009/11/12/1601911.html 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: '1' 错误日志在下文给出,出现次问题是因为目录有中文,解决办法是: C盘搜索 google_appengine_projects.ini 删掉,就可以了 发现错误ConfigParser.NoOptionError: No option 'name' in section: '1'重复很多遍,查了下,原来是config文件出现问题win7下找到C:\Users\Porsche\Google\google_appengine_projects.ini(XP则在documents and setting里面的用户文件夹里面查找google_appengine_projects.ini)把[1] 或者[0] 删除 这要取决与你GoogleAppEngineLauncher.exe.log里面的错误代码是什么 我的是ConfigParser.NoOptionError: No option 'name' in section: '1'所以就删除 [1] 就可以了,保存,启动engine,KO.还是回到问什么会出现问题吧! |