Csound Csound-dev Csound-tekno Search About

CsoundVST Segmentation Fault

Date2005-12-19 02:19
From"R. D. Davis"
SubjectCsoundVST Segmentation Fault
AttachmentsNone  

Date2005-12-19 04:52
From"R. D. Davis"
SubjectTrying to Build Cs5 w/o OSC
AttachmentsNone  

Date2005-12-19 09:30
FromIstvan Varga
SubjectRe: Trying to Build Cs5 w/o OSC
AttachmentsNone  

Date2005-12-19 09:34
FromIstvan Varga
SubjectRe: CsoundVST Segmentation Fault
AttachmentsNone  

Date2005-12-19 17:55
FromHector Centeno-Garcia
SubjectRe: CsoundVST Segmentation Fault
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

Date2005-12-20 01:01
From"R. D. Davis"
SubjectRe: CsoundVST Segmentation Fault
AttachmentsNone  

Date2005-12-20 03:42
FromSteven Yi
SubjectRe: CsoundVST Segmentation Fault
AttachmentsNone