Win32 Registry Manipulation w/PythonWin?

David LeBlanc whisper at oz.net
Wed Jul 10 14:00:48 EDT 2002


OOps, I saw this after I posted my pointer to _winreg...

I was confused in part by the mention of PythonWin - that's not needed to do
registry stuff with the standard winreg module.

What exactly are you trying to accomplish with the registry? Manipulating
the registry isn't all that hard, but if you do scramble it, it's a Very Bad
thing. One thing you should do before testing registry manipulation code is
to make an emergency repair disk - this (IIRC) will also offer the option of
making a backup of the registry.

David LeBlanc
Seattle, WA USA

> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Tim Daneliuk
> Sent: Wednesday, July 10, 2002 10:30
> To: python-list at python.org
> Subject: Re: Win32 Registry Manipulation w/PythonWin?
>
>
> Matthias Huening wrote:
> > Tim Daneliuk <tundra at tundraware.com> wrote in
> > news:qmqgga.g31.ln at eskimo.tundraware.com:
> >
> >
> >>Does some kind soul out there happen to have a pointer to a
> >>tutorial/examples on fiddling with the Win32 registry from PythonWin?
> >>
> >
> >
> > There is a module called pyRegistry. Can't find the url right now, but
> > you can get it from ActivState:
> > http://aspn.activestate.com/ASPN/Modules/Python/dist_html?dist_id=11218
> >
> > Matthias
>
> Is there some advantage to this module over the standard _winreg module?
>
> --
> ------------------------------------------------------------------
> ------------
> Tim Daneliuk
> tundra at tundraware.com
>
> --
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list