[Tutor] adding a windows registry value

Steven D'Aprano steve at pearwood.info
Fri Aug 3 18:14:43 CEST 2012


On 04/08/12 00:39, Albert-Jan Roskam wrote:
> Hi,
>
> I am trying to change a registry value (Windows 7, Python 2.7) but it won't
> work when I try to do this using Python:

Define "won't work".

Does it:

- change the registry entry, but no effect is apparent?
- raise an exception?
- crash?
- silently fail to change the registry entry?
- something else?



-- 
Steven


More information about the Tutor mailing list