using names before they're defined

davehowey at f2s.com davehowey at f2s.com
Wed Jul 26 06:07:12 EDT 2006


> >
> > do you mean 'configparser'?
>
> Yes.
>
> > Does it generate objects from the config file automatically?
>
> It generates a representation of the config file as a Python object
> composed of sections and options. The documentation should get you started.

Hiya, you might be interested in this alternative config parsing
program:
http://www.voidspace.org.uk/python/configobj.html

seems to offer a bit more than configparser

Dave




More information about the Python-list mailing list