Aaron wrote: > Hi, > > I'm interested in creating a large number of configuration files which I > have no experience doing in python. The fields will be static for the most > part. But design changes and I might want to add new fields in the future.. > > My question is - whats the best module for creating, reading, and editing > these files(something like an INI)?
Ummm did you look at the standard library before asking any on this? If you are a total newbie I'll give you a start it is in the Python/Lib folder. Look for a module called ConfigParser.py ;) I might post a code sample if I am up to it....so much turkey, and cookies. > I want it to be powerful, > yet simple and minimalistic, not requiring a huge amount of overhead. Don't we all! M.E.Farmer -- http://mail.python.org/mailman/listinfo/python-list