Hi, If you have copied and pasted this as-is, the issue is that 'script' is improperly indented. It should be indented 2 spaces.
If this is not the case, you should check your mappings wsgi handler mappings inside test_hw.py. -Marzia On Wed, Jan 28, 2009 at 4:22 PM, ljj <[email protected]> wrote: > > application: test > version: 1 > runtime: python > api_version: 1 > > > handlers: > - url: /test > script: test.py > > - url: /.* > script: test_hw.py > > however, the address http://localhost:8080/test gives me 404 > > INFO 2009-01-29 00:19:35,144 dev_appserver.py] "GET /test HTTP/ > 1.1" 404 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
