Saving/retrieving user preferences

bruno modulix onurb at xiludom.gro
Thu Jun 9 06:02:32 EDT 2005


Brian Wallis wrote:
> This may be a FAQ,but I cannot find it.
>  
> I want to save user preferences, window sizes, recently opened file names,
> etc for a python application and I am looking for a package that does this
> in a way that is portable across unix/linux and windows (and mac would be
> nice as well).
>  
> Is there a 'standard' package for doing this in python?

http://docs.python.org/lib/module-ConfigParser.html

HTH
-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list