On Sep 29, 2006, at 5:00 AM, Ian Wilson wrote: > > Thanks for your response. Sorry I think from my most likely > inadequate explaintion you misunderstood my problem. It actually was > some sort of wierd caching thing... apparently the change made to a > template that is used for layout does not show up unless I stop the > included web server(Ctrl-C to the python start-project.py command). > Once I stop the server and start it again it shows up fine... which is > wierd because it restarts on almost all other changes to regular *.py > files. I know it doesn't restart when a regular *.kid file is changed > but that change still shows up when the template gets included in a > controller because I think it knows to recompile it. So my point is > if you are using py:layout you have to manually restart the server > when you make changes during development. As far as I can tell.
Ahh. I was thrown off by the <?python ?> part of your message. It is quite possible that py:layout doesn't cause reloading to trigger. To fix that would require a change to TurboKid's kidsupport module. Given the plan to ultimately move to Genshi, I doubt this will be fixed unless someone contributes a patch. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

