I've been working on a Turbogears 1 project for a while now, and until recently, when I made a change to a controller file, the cherrypy server used to auto-restart. At some point, that stopped happening, and I was wondering if anyone knew why that might be and how I'd get that started again. My dev.cfg file does have the autoreload.on = True.
I tried playing around with the __init__.py files, and I can crash the site by putting "import controllers" in the main package directory's __init__.py file, but no restarting. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

