On Oct 10, 9:44 am, Jonathan Fine <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to