"Michele Cella" <[EMAIL PROTECTED]> writes: > Or: > > easy_install turbogears > > that gives you the base framework, and then: > > easy_install turbogears-toolbox > > to get the toolbox. > > Then your application egg will only depend on the turbogears egg.
+1 on that. Modularizing parts such as identity, i18n, catwalk, toolbox is interesting for applications that won't need that, but making it easy to add -- either for when those applications grow up or for new applications -- is very interesting. The smaller the core, the better, IMHO. -- Jorge Godoy <[EMAIL PROTECTED]>

