On Feb 11, 3:08 pm, Jason Dusek <[email protected]> wrote: > When I set up my Python program to just respond with a > directoy listing, it shows me this on my laptop: > > ['app.yaml', 'css', 'form.html', 'form.py', 'html', 'index.yaml', > 'js'] > > while when I deploy the app, I get: > > ['form.py', 'form.html'] >
In addition to what Guido said, the latest version of the SDK (1.1.9) is fixed to match the behaviour on the App Engine: http://code.google.com/p/googleappengine/issues/detail?id=550 Your page should now return the same list both from the dev_appserver and in production. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
