Re: [Tutor] Need help with registry access

2009-05-08 Thread Tim Golden
ALAN GAULD wrote: The _winreg module is part of the standard library and provides functions for accessing the Windows registry. There's some (incomplete) help here, but as Alan said, you need to learn Python to some extent before trying to do this. http://timgolden.me.uk/python-on-windows/pro

Re: [Tutor] Need help with registry access

2009-05-08 Thread ALAN GAULD
/NonProgrammers http://docs.python.org/tutorial/ Alan Gauld Author of the Learn To Program website http://www.alan-g.me.uk/ - Original Message > From: Christopher Barkley > To: Alan Gauld > Sent: Friday, 8 May, 2009 5:09:25 AM > Subject: Re: [Tutor] Need help with reg

Re: [Tutor] Need help with registry access

2009-05-07 Thread Lie Ryan
spir wrote: Le Fri, 8 May 2009 01:20:32 +0100, "Alan Gauld" s'exprima ainsi: "Christopher Barkley" wrote My friend and I are techies, he's on my LAN. I want to disable his keyboard through the registry (or some other fun way) while he's in the middle of playing starcraft by running a scri

Re: [Tutor] Need help with registry access

2009-05-07 Thread spir
Le Fri, 8 May 2009 01:20:32 +0100, "Alan Gauld" s'exprima ainsi: > > "Christopher Barkley" wrote > > > My friend and I are techies, he's on my LAN. I want to disable > > his keyboard through the registry (or some other fun way) > > while he's in the middle of playing starcraft by running a

Re: [Tutor] Need help with registry access

2009-05-07 Thread Alan Gauld
"Christopher Barkley" wrote My friend and I are techies, he's on my LAN. I want to disable his keyboard through the registry (or some other fun way) while he's in the middle of playing starcraft by running a script through the LAN. Look at the winreg module for accessing the registry. H

[Tutor] Need help with registry access

2009-05-07 Thread Christopher Barkley
Python 3.0.1 Windows XP PROFESSIONAL, SP3 Looking for help manipulating the registry through python. Heres what I'm wanting to do. My friend and I are techies, he's on my LAN. I want to disable his keyboard through the registry (or some other fun way) while he's in the middle of playing starcr