Saving/retrieving user preferences

Miki Tebeka miki.tebeka at zoran.com
Thu Jun 9 05:02:33 EDT 2005


Hello Brian,

> 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?
Use internally (almost) any data types you find is best. The save/load is
using pickle.

Bye.
--
------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at zoran.com>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 193 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050609/6b2df7ff/attachment.sig>


More information about the Python-list mailing list