Is there a pure Python (ie. fully cross-platform) library for parsing Windows Registry files (NTUSER.DAT)? Read-only access is acceptable.
If there is not, what resourc
You might want to take a look at winreg. Here: http://docs.python.org/library/_winreg.html
Not quite sure if thats what youre looking for.