Win32 Registry Manipulation w/PythonWin?

Syver Enstad syver-en+usenet at online.no
Mon Jul 29 12:04:45 EDT 2002


Tim Daneliuk <tundra at tundraware.com> writes:

> On a related note, where in the docs are values for KEY_READ,
> KEY_WRITE,
> 
> and so forth, defined?  I cannot seem to find these...

Can't you just do _winreg.KEY_WRITE instead of bothering with the
exact values? Or if you really want to know: print _winreg.KEY_WRITE
in a python console.

-- 

Vennlig hilsen 

Syver Enstad



More information about the Python-list mailing list