Re: [Freevo-devel] Kaa Config Module

2005-12-22 Thread Jason Tackaberry
On Mon, 2005-12-19 at 19:12 +0100, Dirk Meyer wrote: > Hi, Hi. I should probably get my ass in gear and reply, lest I lose my voice. :) Firstly, I'd like to see most of the config support in kaa.base. Secondly, let's resist the urge to over-engineer. Let's not recreate gconf. Let's keep it sim

Re: [Freevo-devel] Kaa Config Module

2005-12-22 Thread Rob Shortt
Dirk Meyer wrote: > Hi, Hi, sorry for the late reply. :) > we will need a better config module for Freevo. The current one with > the python file and local_conf.py is a very bad idea. I started a new > config file format using ini style config files, but before I rewrite > stuff again, I want to

Re: [Freevo-devel] Kaa Config Module

2005-12-19 Thread Cyril
Have you checked python's built-in ConfigFileParser ? I've been using on my projects, and it works pretty well (http://abd.sf.net/ if you want to see it in action) Dirk Meyer wrote: >Hi, > >we will need a better config module for Freevo. The current one with >the python file and local_conf.py is

[Freevo-devel] Kaa Config Module

2005-12-19 Thread Dirk Meyer
Hi, we will need a better config module for Freevo. The current one with the python file and local_conf.py is a very bad idea. I started a new config file format using ini style config files, but before I rewrite stuff again, I want to summarize a list of features we need. And maybe it won't be th