On Monday 19 December 2005 03:19, R. D. Davis wrote: > This is puzzling: I was able to run CSoundVST, but now, without having > changed anything, all I get is the following which ends in a segmentation > error. All that I've done between this and the seemingly successful run > was to attempt running Cabel (which failed, as mentioned in a previous > message). > > ImportError: No module named CsoundVST > ============================================================================================================== > PyRun_SimpleString returned -1. CsoundVST.py or _CsoundVST.so is apparently not found by Python. Make sure that the following are built and are in a directory that is added to LD_LIBRARY_PATH and PYTHONPATH: csnd.py lib_csnd.so _csnd.so CsoundVST.py _CsoundVST.so