> I found that I had to make a startup script and put my reloadable code > in another imported file. The reloader refuses to reload the __main__ module.
Yep, that works. Thanks. > I think I may have edited the web/http.py file as per instructions > from another discussion... I think you have to change > `web.loadhooks[..] = ..` to `app.loadhook(..)` or something. http://groups.google.com/group/webpy/msg/52a1696380a29595 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
