Wanted: something more Pythonic than _winreg.
Mike Driscoll
kyosohma at gmail.com
Fri Oct 10 11:55:26 EDT 2008
More information about the Python-list mailing list
Fri Oct 10 11:55:26 EDT 2008
- Previous message (by thread): Wanted: something more Pythonic than _winreg.
- Next message (by thread): List Order of Initialization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Oct 10, 9:44 am, Jonathan Fine <J.F... at open.ac.uk> wrote: > Hello > > I'm using the _winreg module to change Windows registry settings, but > its rather low level, and I'd prefer to be working with something more > Pythonic. > > Does anyone have any recommendations? > > Jonathan I've used YARW before for nested deletion. It's a little nicer: http://code.activestate.com/recipes/476229/ There's also this recipe: http://code.activestate.com/recipes/174627/ Other than those, I'm not really aware of much. Mike
- Previous message (by thread): Wanted: something more Pythonic than _winreg.
- Next message (by thread): List Order of Initialization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list