Solved: http://groups.google.com/group/google-appengine-python/browse_thread/thread/87d838f61490f003/b71581d3e142694e
2011/5/8 Martin Weissenboeck <mweis...@gmail.com> > Hi, > I want to try web2py together with the GAE. > > At first I have installed GoogleAppEngine-1.4.3.msi and I got the > following log-file (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 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' > > > There are several Python versions on my computer: 2.5, 2.7, 3.2, but the > install-program has found version 2.5. > Any ideas what went wrong? > > > Regards, Martin