Csound Csound-dev Csound-tekno Search About

Cabel Problem

Date2006-04-23 18:39
FromChris Share
SubjectCabel Problem
Hi,

I've downloaded and installed Cabel. I'm having a problem getting it 
working. After loading the "01_saw_amp_monoout.cw" patch and selecting 
the File -> Start Csound menu item, nothing happens. The following is 
output to the Messages pane:

Traceback (most recent call last):
   File "C:\Program Files\Cabel\cabel-0.85\view\controller.py", line 
642, in onPlayStop
     self._model.play()
   File "C:\Program Files\Cabel\cabel-0.85\model\workspace.py", line 
431, in play
     if self._csoundGenerator.play():
   File "C:\Program Files\Cabel\cabel-0.85\model\csound.py", line 239, 
in play
     return self._startCsound()
   File "C:\Program Files\Cabel\cabel-0.85\model\csound.py", line 163, 
in _startCsound
     if self._startCsoundOnMSW(str(csPath + ' ' + tmpCsdFile)):
   File "C:\Program Files\Cabel\cabel-0.85\model\csound.py", line 301, 
in _startCsoundOnMSW
     import win32process
ImportError: No module named win32process

Any ideas?

Cheers,

Chris