I try to use Csound's Python API.
Therefore, I try to import the 'csnd6' package:
import csnd6
.
For some reason, the package is not installed on my machine:
ImportError: No module named csnd6
.
This is my setup:
- Python 2.7.11
- Csound 6.08
- Mac OS X 10.12.1
How can I fix it?
(or) How can I install this package?
Thanks!!