Hello!

My app should run on debian and windows platforms. For storing the 
configuration data, I use the ConfigParser module.

What I find difficult is to determine a place for my configuration file. On 
debian, it is simply

os.path.join(os.path.expanduser("~")),"myconfig")

but what am I supposed to do on Windows? I think a clean solution would be to 
create a file-like object that reads and writes to the registry, is it?

Kind regards,
Karsten.
-- 


"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to