On Jan 31, 8:08 am, hbaydarov <hbayda...@gmail.com> wrote:
> i just copied what is written in getting started page. and while i run
> the program on the command line like that \Program Files\Google
> \google_appengine\dev_apserver.py helloworld  the error occured like
> that
>
> Traceback (most recent call last):
>  File "C:\Program Files\Google\google_appengine\dev_appserver.py",
> line 60, in
> module>
>    run_file(__file__, globals())
>  File "C:\Program Files\Google\google_appengine\dev_appserver.py",
> line 57, in
> un_file
>    execfile(script_path, globals_)
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \dev_apps
> rver_main.py", line 361, in <module>
>    sys.exit(main(sys.argv))
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \dev_apps
> rver_main.py", line 309, in main
>    config, matcher = dev_appserver.LoadAppConfig(root_path, {})
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \dev_apps
> rver.py", line 2699, in LoadAppConfig
>    raise AppConfigNotFoundError
> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>
> can you help me?

There's no ./helloworld/app.yaml file relative to where you ran the
command from.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to