[Tutor] Windows Registry
Christopher Arndt
chris.arndt at web.de
Thu Nov 9 17:22:55 CET 2006
Todd Dahl schrieb:
> I am currently working on a project that in a small part of it I need to
> find keys in the windows registry. I have found _winreg but was
> wondering if anyone knows of any modules that people have written as a
> wrapper for it. I have googled like crazy but am not finding anything.
> What I trying to do is search the registry for a list of known keys
> without knowing their specific locations and then find values of the
> other keys around it. Hope that makes sence.
Search the Python Cookbook (http://aspn.activestate.com/ASPN/Cookbook/Python/)
for "registry" and you'll find plenty of examples and wrappers.
Chris
More information about the Tutor
mailing list