Win32 Registry Manipulation w/PythonWin?
David LeBlanc
whisper at oz.net
Wed Jul 10 13:55:07 EDT 2002
More information about the Python-list mailing list
Wed Jul 10 13:55:07 EDT 2002
- Previous message (by thread): Win32 Registry Manipulation w/PythonWin?
- Next message (by thread): Win32 Registry Manipulation w/PythonWin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Also (/pythondoc/lib/module--winreg.html): 22.2 _winreg - Windows registry access Availability: Windows. New in version 2.0. These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the programmer neglects to explicitly close them. What he wants are examples of how to muddle with 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 Matthias Huening > Sent: Wednesday, July 10, 2002 2:19 > To: python-list at python.org > Subject: Re: Win32 Registry Manipulation w/PythonWin? > > > 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 > -- > http://mail.python.org/mailman/listinfo/python-list
- Previous message (by thread): Win32 Registry Manipulation w/PythonWin?
- Next message (by thread): Win32 Registry Manipulation w/PythonWin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list