On 12 Nov., 00:08, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Johnny Blonde schrieb: > > > Hi everybody, > > > i am having trouble with my templates. I made a minor change to the > > master.kid file, and now the pages won´t load giving me the following > > traceback. But: for sure master.kid is ins the same directory as > > index.kid - i didn´t move anything and it worked like a charm for a > > long time now. > > > Any ideas? > > This is unfortunately one of the dark corners of KID. The real problem > here is that master.kid has a problem. But KID doesn't tell you what it > is - instead, it just refuses to instantiate the template. > > So far, I have not found a really good solution except from creating a > test-method that exposes master.kid (or any other > inherited-from-template of course), and see what KID has to bitch about. > After correcting that, things should run smooth again. >
Hi Diez, thank you very much for you answer. Meanwhile i found out, that you can manually try to compile the template with "kidc -f master.kid" on the command line (linux, works accordingly on MS), which will tell you the exact problem with the file. After fixing it, it works fine again! KR, Frank > Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

