python reg read - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: python reg read (/showthread.php?tid=87474) python reg read by Jarrod on 11-26-2008 at 11:20 AM
i'm trying to detect the default proxy settings RE: python reg read by segosa on 12-16-2008 at 01:51 AM
you can't find anything on it? RE: python reg read by Jarrod on 12-16-2008 at 02:08 AM yeah i saw that it doesn't quite help RE: python reg read by segosa on 12-16-2008 at 02:54 AM
what do you mean it doesn't help? it outlines all the methods. code: as specified in the documentation, you get a tuple back: (u'appWorkspace', 1) the first item being the value, the second the type (1 = REG_SZ). if you need to do something more complicated like enumerate a key, then use the appropriate method on the page. I don't know how to help you when all the help you need is there. RE: python reg read by TheSteve on 12-16-2008 at 02:59 AM
Forgive my lack of python experience, but I think it would look something like this: code: |