What's the current (0.3) way to use the reloader? I would expect the
following to work, but it doesn't:
if __name__ == "__main__":
web.webapi.internalerror = web.debugerror
app = web.application(urls, globals())
app.run(web.reloader)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---