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..] -- http://mail.python.org/mailman/listinfo/python-list