User preference file in Win32

Steve Holden sholden at holdenweb.com
Fri Aug 31 22:18:23 EDT 2001


"Gillou" <nospam at bigfoot.com> wrote in message
news:9m5e1i$1khl$1 at norfair.nerim.net...
> Hi,
>
> Sorry, this is not 100% Pythonic question, but as I'm in process to write
a
> Unix/Win32 app.
> I need to know where it's usual to store user preference (not in a
registry
> please) files for an app for Win32 applications (98,ME,NT,2000) as in
Unix,
> we may use something like "~/.myapp.conf"
>
> Thanks in advance
>
Look at the ConfigParser module for routines to read and write Windows .ini
style files.

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list