Hi, I am not too sure how the autoreload is supposed to work with version 0.32. I have tried using web.reloader, but that no longer seems to be in the api (although the tutorial page says to use it http://webpy.org/tutorial3) . I have also tried turning on debug with web.config.debug = False, but that still hasn't worked for me.
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. Any help would be much appreciated. Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
