Thomas,<br><br>Wow, that fixed everything!&nbsp; Just added &quot;py&quot; to startup items and now everything loads &amp; runs perfectly - thank you so much!<br><br>Have you thought about mentioning this in the README?&nbsp; This was a very obvious solution that I didn't think of, but it might help others in the same situation...
<br><br>Thanks again,<br><br>David<br><br><div><span class="gmail_quote">On 2/18/06, <b class="gmail_sendername">Thomas Grill</b> &lt;<a href="mailto:gr@grrrr.org">gr@grrrr.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi David,<br><br>&gt; By &quot;couldn't create&quot;, it means the [pyext] object fails to start, and<br>&gt; has a dashed border around it - pd doesn't recognize the name.<br>&gt;<br>&gt;<br>&gt; A search of my directory tree couldn't find any files called pyext.*,
<br>&gt; so not only are they not in the correct path, they don't exist at all<br>&gt; on my machine. However, there is a py.dll binary in pd/extra/, and pd<br>&gt; sees it just fine. Could it be that pyext.dll failed to compile from
<br>&gt; the CVS sources?<br><br>pyext is an object within the py library (which contains the py, pyext<br>and pym objects). You have to load it by including it into the PD<br>startup items (startup menu). Just add py there (in former times, this
<br>was the &quot;-lib py&quot; startup option).<br>In your previous message, you obviously tried to use py before pyext,<br>which resulted in loading of the library (because of the similar name).<br><br>&gt;<br>&gt; As far as &quot;doesn't work correctly,&quot; when I use an example patch with
<br>&gt; [py], changing the input to the [py] object doesn't have any effect on<br>&gt; the output. Quite simply, it does nothing - it doesn't work.<br>&gt;<br><br>I'd be very surprised about that. When you add the py/scripts folder to
<br>the PD path, open the script-1.pd example patch, and then click onto<br>[list H e l l o(, what is output on the console?<br><br>best greetings,<br>Thomas<br><br></blockquote></div><br>