Hi, you are right that would be a solution to that problem. But due to some reasons that regard GAE and the structure of my application routing I would prefer to just pass strings to the template parser. That works quite well so far but fails if I try to do that with "py:extends" (see example). Do you have an idea why the example fails and how I could solve this problem? I have the impression that Kid is focused more on files than on strings? Help is very appreciated.
Dirk Christoph Zwerschke schrieb: > Just so I understand correctly, your problem is that Kid wants to write > .pyc files for your .kid templates, right? Why don't you simply deploy > the precompiled .pyc files along with the .kid templates? You can > compile template files manually with the "kidc" command. > > -- Christoph > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > kid-template-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/kid-template-discuss ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ kid-template-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kid-template-discuss
