modules devoted to manipulationg .reg files

Mike Driscoll kyosohma at gmail.com
Wed Mar 19 14:26:26 EDT 2008


On Mar 19, 1:14 pm, black_13 <jjosb... at gmail.com> wrote:
> are there any python modules for manipulation of .reg files producted
> by
> the win32 prog "reg".
> thanks.
> black_13

The *.reg files are text files, so you can parse them like any text
file. You can just edit the Windows Registry directly using the built-
in module: _winreg. There's also a more abstract wrapper called YARW.

Mike



More information about the Python-list mailing list