| Istvan Varga wrote:
>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
>
>
I was having a similar problem but with csnd.py. I found that the file
is in the folder where csound5 was built but scons didn't install it at
/usr/lib/python2.4, in fact it didn't install it at all so after copying
it manually now I can start CsoundVST with no problems. Why scons didn't
copy it at installation? The flags are all set to build CsoundVST and
the interfaces but the output of scons install doesn't show that it is
trying to copy the file. I also have set the python version flag to 2.4.
Thanks,
Hector |