<div dir="ltr"><div><div><div><div><div><div><div>Reading this page <a href="https://code.google.com/p/pyata/wiki/How_To_Install">https://code.google.com/p/pyata/wiki/How_To_Install</a> I'm trying to install the Pd module in Python to use Pyata, with no luck.<br><br></div>At step 2 - configure, it says "1. among the downloaded files, you'll find "config.properties" file. open it."<br><br></div>I have a properties.config file, but I guess it's no big deal.<br></div>Then: "2. in the beggining of it, you will find an important variable: PD_DIR, 
that stores where your original pd application is (that one you are able
 to run using a terminal). update its value (you must put the entire 
path!!!)"<br><br></div> What I'm reading in properties.config is this:<br>#replace this to where pd file is<br>.<br><br></div>Which I've replaced with this:<br>#replace this to where pd file is<br>PD_DIR=/Applications/Pd-0.46-4.app/Contents/Resources/bin/pd<br><br></div> But running one of the examples (clock.py) I get this:<br>Traceback (most recent call last):<br>  File "clock.py", line 13, in <module><br>    from Pd import *<br>ImportError: No module named Pd<br><br></div><div>I also tried to set the PD_DIR variable "/Applications/Pd-0.46-4.app/Contents/Resources/bin/" which also doesn't work.<br></div>What do I have to do to install the module in Python properly?<br> </div>