Hi Ian, >> Yes, please. Should I create a ticket? > > Well... I'm not sure what the right project would be. Obviously you > can for TG, but I think the change should really happen in > setuptools.
> I think the patch would probably be simple. There's two wrappers -- > one from the standard distutils method, and one from the > console_scripts entry point. The one TurboGears uses looks like: Are you willing and able to follow this up in setuptools, I may be willing but lack the able part :-) >> As per the blog discussion I think getting TurboGears working fully >> with paste is important for deployment. I understand it requires 2 >> things >> >> a) cherrypy change as per your ticket item 145 >> http://www.cherrypy.org/ticket/145 "Running multiple apps in one >> process" > > > Yes; from here a paste.app_factory entry point could be added to > TurboGears and/or CherryPy, and/or new projects (ultimately the > cleanest method is when a new project contains a native entry point). Ok hopefully that will get fixed soon in CherryPy. >> b) integration of turbogears tg-admin into paste. It sounds as if >> this is done by duplication rather than extension at the moment - >> can that change so they stay synchronised automagically? <snip> > So I think it would be pretty easy to support both commands (tg-admin > and paster) at once. Sorry but I got lost and focused on this sentence ;-) Is that code changes in both projects or only one? Thanks. Dave

