Various people have reported that there seems to be bug related to
KID's py:extend when running the turbogears toolbox on windows.
It appears that python gets stuck in a infinte loop when trying to
compile the templates (the python process eats up 99% of the cpu time).
The same problem also occurs when one tries to nest an existing
application into anohter. It seems to be a windows only problem, and
removing py:extends="'master.kid'" 'solves' it (not really ofcourse).
I have not heard of this one yet. What is the simplest test case to show the bad behavior? For instance, are you able to come up with a simple Python script that imports Kid and compiles the templates and fails?
-- David

