Re: [Web-SIG] wsgiconfig design

2007-07-07 Thread Jim Fulton
On Jul 6, 2007, at 11:41 PM, Ian Bicking wrote: > Every so often I get in this cleanup/redux mood where I feel a need to > revisit things I've done before in an attempt to Do Them Right. > > We've discussed Paste Deploy here before, and I'm thinking about > Redoing > It Right. Cool. > I thoug

Re: [Web-SIG] entry points, etc

2007-07-07 Thread Jim Fulton
On Jul 6, 2007, at 11:55 PM, Ian Bicking wrote: > Incidentally, something that would be nice with wsgiconfig is if we > could all agree on how to specify things like entry points and > objects. > Specifically Paste Deploy uses egg:Distribution#ep_name, and > zc.buildout uses Distribution:ep_n

Re: [Web-SIG] wsgiconfig design

2007-07-07 Thread Ian Bicking
Jim Fulton wrote: > > On Jul 6, 2007, at 11:41 PM, Ian Bicking wrote: > >> Every so often I get in this cleanup/redux mood where I feel a need to >> revisit things I've done before in an attempt to Do Them Right. >> >> We've discussed Paste Deploy here before, and I'm thinking about Redoing >> It

Re: [Web-SIG] entry points, etc

2007-07-07 Thread Ian Bicking
Jim Fulton wrote: > > On Jul 6, 2007, at 11:55 PM, Ian Bicking wrote: > >> Incidentally, something that would be nice with wsgiconfig is if we >> could all agree on how to specify things like entry points and objects. >> Specifically Paste Deploy uses egg:Distribution#ep_name, and >> zc.buildou

Re: [Web-SIG] entry points, etc

2007-07-07 Thread Fred Drake
On 7/7/07, Ian Bicking <[EMAIL PROTECTED]> wrote: > Then there'd also be "python module:object", and "file > filename.py:object". Maybe "python " would be the default, I'm not > sure. I'd be in favor of not having a default expression type for this, but to require it to be spelled out every time.