> What does work is template reloading. If I make changes to that, > everything is fine. If however; I make changes to the python script, > both in the __main__ and any other script files, those do not reload.
There seems to be a subtle bug in reloader. Reload is not working if the file is modified before the first request is made, it works in all other cases. Can you try modifying the file after the first request is made? Anand --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
