On Sunday 18 December 2005 21:47, schwaahed wrote: > schwaalap csound5 # scons pythonVersion=2.4 buildCsoundVST=0 > buildLoris=1 useOSC=1 buildPythonOpcodes=1 dynamicCsoundLibrar y=0 > buildStkOpcodes=1 buildPDClass=1 buildTclcsound=1 buildInterfaces=0 > install buildInterfaces should be enabled to build the Python interface. Also, make sure that csnd.py is installed to a place where Python will find it; you also need _csnd.so (note that this is actually built as lib_csnd.so: rename the file, or create a symbolic link). I have the following files: /usr/lib/python2.4/csnd.py /usr/lib/python2.4/lib-dynload/_csnd.so -> ../../../local/lib/lib_csnd.so