<div style="DIRECTION: ltr">
<div>Hi Tina,</div>
<div>&nbsp;</div>
<div>Usually an installation of Python will add its directory to the environment variable %PYTHONPATH%.&nbsp; Open a command window:</div>
<div>&nbsp;</div>
<div>&lt;WinKey&gt;+R</div>
<div>&nbsp;</div>
<div>cmd /k &lt;enter&gt;</div>
<div>&nbsp;</div>
<div>&gt;set | find &quot;PATH&quot;<br>&nbsp;</div>
<div>you should see a listing for PYTHONPATH there.&nbsp; Make sure this points to your actual installed location for Python (usually c:\python24).&nbsp; If not, try:</div>
<div>&nbsp;</div>
<div>&gt;set pythonpath=%PYTHONPATH%;c:\actual_python_location\</div>
<div>&nbsp;</div>
<div>Then reboot.&nbsp; Windows can't do anything without a reboot.</div>
<div>&nbsp;</div>
<div>py.dll is the dll for the Thomas Grill's external and you need to have its full exact path specified in Pd's Path... options.&nbsp; It fails to load if it can't find Python24.dll, but pointing Pd directly to Python24 doesn't help... 
</div>
<div>&nbsp;</div>
<div>Hope that helps you!</div>
<div>&nbsp;</div>
<div>David</div>
<div><br>this lists your environment variables.&nbsp; Do you see a line </div></div>
<div style="DIRECTION: ltr"><span class="e" id="q_109e11e8b5d2b804_1">
<div><span class="gmail_quote">On 3/9/06, <b class="gmail_sendername">Tina Shah</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:surreal8@hotmail.com" target="_blank">surreal8@hotmail.com</a>
&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi, Yea, I have Python installed correctly, I had started the tutorials and<br>was running the interpreter...&nbsp;&nbsp;I added -verbose to the startup flags, but 
<br>still got the same message:<br>tried C:\\Program Files\\pd\\bin\\py.dll and failed<br>tried C:\\Program Files\\pd\\extra\\py.dll and succeeded<br>C:\\Program Files\\pd\\extra\\py.dll: couldn't load<br>py: can't load library 
<br><br>all I have now to load is GEM and py.&nbsp;&nbsp;Should I be pointing to the<br>python24.dll?<br><br>Tina<br><br><br><br>_______________________________________________<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:PD-list@iem.at" target="_blank">
PD-list@iem.at</a> mailing list <br>UNSUBSCRIBE and account-management -&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list
</a><br></blockquote></div><br></span></div>