Hey friendly users!<br><br>I&#39;m trying to connect to a certain key in my registery using winreg. However, I have run into some problems.<br><br>1) I&#39;m trying to open <span style="font-family: courier new,monospace;">
HKEY_CURRENT_USER\Softwar\PartyGaming\PartyPoker</span>. Is this (see below) the correct way to open that key?<br><span style="font-family: courier new,monospace;">from winreg import *</span><br><br><span style="font-family: courier new,monospace;">
PartyPoker = Key(</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; HKCU,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp; &quot;Software\\PartyGaming\\PartyPoker&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; )</span><br><br>2) From this set of keys just opened, I want to get the data stored under one called 
<span style="font-family: courier new,monospace;">AppPath</span>. How do I do that?<br><br>Thanks in advance!<br>Toon Pieton<br>