zaf schrieb: > Thanks Chris, that's very helpful, I'll go take a look inside the .py > file and see what's what... > Is there anyway I can tell TG to do that (on that file in particular) > so that next time I see that error I can just go take a look a the > generated py file ?
If you set "kid.precompiled" to True in the config, then TG will not compile any kid files, but use compiled .pyc or .py files. You can then even remove the template.kid file and modify the .py file as you like. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

