Discussion:
Snakelets-list digest, Vol 1 #157 - 1 msg
Stewart Midwinter
2005-11-08 16:28:36 UTC
Permalink
Subject: Re: [Snakelets-list] serv.py wouldn't start again - bug
and fix
Unfortunately the software license of dict4ini (GPL) is not suitable
for Snakelets, which is released under the less restrictive MIT
license.
So I have to look for other solutions.
What would be wrong with Python's default ConfigParser module?
err, nothing would be wrong with that. I simply liked dict4ini for
its object notation, but the built-in ConfigParser would work. Even
better would be ConfigObj, as it retains comments, and the order of
sections. Get it here: http://cheeseshop.python.org/pypi/ConfigObj/
4.0.1 . It has a BSD license.

cheers
S



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
Loading...