[EMAIL PROTECTED] wrote: > If you wish to avoid event the modification time check you can set the > config option "kid.precompiled = True". If you want to use precompiled > templates you'll need to run the kidc compiler yourself, such as: > find mypackage -name *.kid | xargs kidc > > That will generate the .pyc files for each template found in your > package.
I should say, I tried this on .9a6 with disastrous results. I set the option in app/config.cfg, compiled the templates with "kidc -f templates/", but to no availed. I first got an error about "no module sitetemplate", so I found that kid file and compiled it - however although that one worked, my app couldn't find any of my precompiled templates, so every page bombed out with "couldn't find module <templatename>" error. -Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

