On 1/30/06, Alvin Wang <[EMAIL PROTECTED]> wrote: > I am using windows XP as my development system. The endless loop bug > with extends in Kid is driving me crazy. Actually, it seems like Kid > needs the all the templates to be in the same directory. Documentation > seems insufficient on this point. I want to provide a standard set of > forms and allow people to modify the theme behind it.
Though this won't help you right this second, I think that using a template search path (something that will come not long after 0.9, I think), will make this easier. When you say that "Kid needs all the templates to be in the same directory", do you mean that you can't do things like py:extends="'../master.kid'"? I thought there had been some progress on the endless loop problem (there were people reporting that their systems were fine now, iirc). Just to double check, you've got the latest Kid trunk and TurboKid installed, right? Kevin

