|
Hello.
I am having the following problem importing the csnd module from python:
Traceback (most recent call last):
File "cabel.py", line 1, in
from model.workspace import Workspace
File "/tmp/tests/cabel/model/workspace.py", line 6, in
from model.csound import CsoundGenerator
File "/tmp/tests/cabel/model/csound.py", line 1, in
import csnd
File "/usr/lib/python2.5/site-packages/csnd.py", line 5, in
import _csnd
ImportError: No module named _csnd
In fact, i can't find this _csnd.* file anywhere in csound 5.0.7 linux
distribution.
Am I missing something?
Thanks in advance,
Pedro
--
View this message in context: http://www.nabble.com/csound-python-bindings-not-working-tp14571053p14571053.html
Sent from the Csound - General mailing list archive at Nabble.com.
|