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

