[python-win32] Registry confusion
Tony Cappellini
tony at tcapp.com
Wed Apr 14 00:43:10 EDT 2004
I've been able to read stuff from the registry via Python- but
I dont understand the difference between the Key and SubKey
When should I use QueryValue() vs EnumValue() ?
I'm confused by the python help file for SetValue()
Does SetValue() actually save the newly written value to disk- or do I
have
to re-write the entire registry with SaveFile() ?
No matter what I try, I can't get a new value written to the registry- on
Win98
The ActiveState recipes didn't help this time
More information about the Python-win32
mailing list