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. 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 -~----------~----~----~----~------~----~------~--~---

