Re: [Webware-discuss] Pycon sprint for WSGIKit: configuration

2005-02-03 Thread Ian Bicking
Eric Radman wrote: On 23:09 Tue 01 Feb , Ian Bicking wrote: BTW, I have written a config parser with WSGIKit in mind, but I haven't plugged it into anything yet. I described some of the features here: http://blog.ianbicking.org/2005-01-wsgikit-config.html I don't think we need a configuration

Re: [Webware-discuss] Pycon sprint for WSGIKit: configuration

2005-02-03 Thread Chris Barker
On Feb 3, 2005, at 2:17 AM, Eric Radman wrote: I don't think we need a configuration parser in the tree at all. The easiest and most flexible solution is to simply import * from a .py config file. I've started doing this a LOT with my various little apps, and I find it immensely usef

Re: [Webware-discuss] Pycon sprint for WSGIKit: configuration

2005-02-03 Thread Winston Wolff
That's a great idea. So simple, yet immensely flexible. -winston On Feb 3, 2005, at 2:17 AM, Eric Radman wrote: On 23:09 Tue 01 Feb , Ian Bicking wrote: BTW, I have written a config parser with WSGIKit in mind, but I haven't plugged it into anything yet. I described some of the features h