> 1. When I set up my app, what difference does globals() vs. locals() > make in the following (both seem to work OK) ? > > app = web.application(urls, locals())
globals() == locals() at the top level of an application, so it doesn't really matter. > 2. Setting web.config.debug to True of False seems to make no > difference even when I include deliberate errors in code. Any ideas > why? Should I be looking in the console or the web page for debug > info? It should appear in both. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
