Looking for modules? Config files? Ini files? in python....

Thomas Bryan tbryan at arlut.utexas.edu
Mon Jun 14 23:28:15 EDT 1999


Benjamin Schollnick wrote:
> 
> Folks,
> 
>         I'm trying to find a simple method to deal with *.INI or other 
> styles of configuration files....

ConfigParser
http://www.python.org/doc/current/lib/module-ConfigParser.html
user
http://www.python.org/doc/current/lib/module-user.html
site
http://www.python.org/doc/current/lib/module-site.html
rexec
http://www.python.org/doc/current/lib/module-rexec.html

depending on your needs.

-------------------------------------------
Tom Bryan
Applied Research Laboratories
University of Texas at Austin




More information about the Python-list mailing list