Dolf Andringa schrieb: > I have the following files in my templates dir: > errors/ > errors/e404.kid > errors/__init__.py > ... > master.kid
Hi Dolf, I think your only problem is that you refer to master.kid in e404.kid as 'master.kid', not as '../master.kid'. Also, make sure you have the latest Kid and TurboKid versions installed. Then you should get a more helpful error message "Template file "'master.kid'" not found" (at least the first time when you call the e404 page). -- 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 -~----------~----~----~----~------~----~------~--~---

