I can't find the way to apply autoreload when using web.auto_application. Without "auto", this simply works:
app = web.application(urls, globals(), autoreload=True) But with auto, there doesn't seem to be a way to use autoreload, since this parameter is rejected: app = web.auto_application(autoreload=True) TypeError: __init__() got an unexpected keyword argument 'autoreload' Any hint? Luis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
