modifiable config files in compiled code?

Fuzzyman fuzzyman at gmail.com
Fri Mar 11 06:07:00 EST 2005


Tom Willis wrote:
> ConfigParser works on linux I'm pretty sure. I just ran Ipython
> imported it and loaded a config file.
>
> I don't remember anything in the docs that said otherwise.
>

ConfigParser is pure python - so it's cross platform.
ConfigObj is nicer though :-)
http://www.voidspace.org.uk/python/configobj.html

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml

[snip..]




More information about the Python-list mailing list