I tried deleting some of the .pyc files (the various __init__.pyc
files in the folders, as well as root.pyc in my controllers folder),
but the site still doesn't restart. The site continues to work fine,
though... Is there any documentation on how the autoreload system
works?

On May 20, 7:24 pm, cd34 <[email protected]> wrote:
> Has the clock on your computer changed?  if the .pyc file is newer
> than the 'updated' .py file, python and fam won't see the update.
> Also, it seems that if the .py file is modified within the same minute
> as the .pyc file, sometimes it is missed.
>
> If you delete the .pyc file, does it restart properly?
>
> On May 20, 5:54 pm, Min <[email protected]> wrote:
>
> > 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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to