Re: Saving/retrieving user preferences

2005-06-10 Thread Brian Wallis
Brian Wallis wrote: > 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). Thank you all for

Re: Saving/retrieving user preferences

2005-06-08 Thread Brian Wallis
(my last post seemed to not get out, sorry if you see it twice) 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/lin

Saving/retrieving user preferences

2005-06-08 Thread Brian Wallis
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 'stand