I'm working through some dummy examples to test the features I need for my web app. Web.py is great - such a relief after other more complex frameworks.
Two questions: 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()) 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? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
