Re: modules devoted to manipulationg .reg files

2008-03-19 Thread Mike Driscoll
On Mar 19, 1:14 pm, black_13 <[EMAIL PROTECTED]> 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 directl

modules devoted to manipulationg .reg files

2008-03-19 Thread black_13
are there any python modules for manipulation of .reg files producted by the win32 prog "reg". thanks. black_13 -- http://mail.python.org/mailman/listinfo/python-list