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

Gordon McMillan gmcm at hypernet.com
Mon Jun 14 21:53:17 EDT 1999


Benjamin Schollnick writes:
> 
>  I'm trying to find a simple method to deal with *.INI or other
>  styles
> of
> configuration files....
> 
>  I haven't seen anything, and would hate to re-invent the wheel....
> 
>  Any suggestions?

How 'bout ConfigParser.py? It's in the standard distribution.

- Gordon




More information about the Python-list mailing list