According to http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx Error 3 indicates "The system cannot find the path specified."
Does "'C:\google\appengine\demos" exist? Do you have permission to access that folder? For example, a non-admin user may not have permission to access that folder. You may need to re-install GAE as an admin user. On 16 June 2013 23:04, shxian qiu <[email protected]> wrote: > 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 55, in OnInit > File "launcher\app.pyc", line 117, in _CreateViews > File "launcher\mainframe.pyc", line 83, in __init__ > File "launcher\mainframe.pyc", line 205, in _BuildDemoMenu > File "launcher\mainframe.pyc", line 169, in _AppendDemosToMenu > WindowsError: [Error 3] : 'C:\\google\\appengine\\demos/*.*' > > > i am trying to install GAE ..but cant figure out the problem above > i have tried to search for a while,can anyone help me here...thanks a lot > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
