ConfigParser
Roman Yakovenko
romany at actimize.com
Sun Jun 16 10:00:20 EDT 2002
Hi all. I need some help with this class(ConfigParser).
(It seems that help it is not enough for me).
I have one ini file. I have some dialog to configure this file.
Also I have some program that will run using this ini file.
I'd like to use interpolation( %(base_path)temp\run.exe).
The problems is: when I use this file from GUI I don't want variables to be expanded,
but when I use it from "run" program I do want it. How I do it?
One answer is to use 2 files. Is there are others?
Thanks. Roman.
More information about the Python-list
mailing list