I installed python 2.5 on my machine, working fine.
I am working on windows XP sp3,
I installed the google app engine as explained in the tutorial and
when I tried to run the script I have got:
C:\Program Files\Google\google_appengine>dev_appserver.py helloworld/
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\dev_appserver.py",
line 55, in
<module>
execfile(script_path, globals())
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_apps
erver_main.py", line 358, in <module>
sys.exit(main(sys.argv))
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_apps
erver_main.py", line 306, in main
config, matcher = dev_appserver.LoadAppConfig(root_path, {})
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_apps
erver.py", line 2636, in LoadAppConfig
raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError
the port localhost:8080 is not working.
what could be the problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---