Is there a more or less standard way for python progs to store configuration options / property sheets (and display them for modification by a user?) Like in a text .ini file, or just writing out a Properties dictionary? I see that pythonwin uses it's interface to windows dlls to do it, but what's the more platform independent method? Thanks! Best, Isaac