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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to