Re: Merging Subway and TurboGears

2005-12-25 Thread Jan Niklas Fingerle
Jan Niklas Fingerle <[EMAIL PROTECTED]> wrote: > > the templating language (Cheetah vs Kid). Those will be points of > (as far as "depend" might go) the Kid funtionality (i.e. importing > ElementTree-s as sub-trees, and ElementTree is part of the heart of my > application logics). If I might add:

Re: Merging Subway and TurboGears

2005-12-22 Thread Gregory Petrosyan
+1 for Kid -- it's more pythonic IMHO. -- http://mail.python.org/mailman/listinfo/python-list

Re: Merging Subway and TurboGears

2005-12-19 Thread Jan Niklas Fingerle
[EMAIL PROTECTED] wrote: > My real worries are the controller styles (functions vs classes) and You can wrap those quite easily, but ... > the templating language (Cheetah vs Kid). Those will be points of ... how should the user base of one migrate to the other? I depend on (as far as "depend" m

Re: Merging Subway and TurboGears (was: Re: Which Python web framework is most ...)

2005-12-18 Thread floydophone
I am looking for ways to improve CrackAJAX; I added for...in loops and iterators, but it still needs work. I would plan on sticking with the Turbogears name if we were to merge. My real worries are the controller styles (functions vs classes) and the templating language (Cheetah vs Kid). Those wil