> It was important to me that I include a number of features: such as automatic
> on-the-fly reloading,
If you are referring to reloading python modules (and not configuration files),
I can tell you that this is a difficult feature to implement, much less do it
correctly. I have experienced tro
Hi all,
I'm still very much a learner when it comes to Python but I've been working on
a little framework the past few weeks to help me in the learning process and I
would like it if the more experienced members of the community could give me
some advice on the design considerations and general