Kent Johnson wrote:
Another way is to use a .ini file. The ConfigParser module can read
ini files but not write them.
http://docs.python.org/library/configparser.html
What do you mean 'not write them'?
from the Python docs:
RawConfigParser.write(fileobject)
Write a representation of the configuration to the specified file object.
This representation can be parsed by a future read() call.
Sincerely,
Albert
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor