AkiraBergman
January 7th, 2010, 10:58 PM
Here is what I get in Karmic ipython interface;
In [2]: import csnd
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/nuri/<ipython console> in <module>()
/usr/lib/python2.6/dist-packages/csnd.py in <module>()
5 # This file is compatible with both classic and new-style classes.
6
----> 7 import _csnd
8 import new
9 new_instancemethod = new.instancemethod
ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol: csoundSetKillXYinCallback
In [3]:
There seems to be a related bug reported on 19-05-2009;
https://bugs.launchpad.net/ubuntu/+source/csound/+bug/378235
There are no related errors reported here at the Ubuntu Forums. Is this because there is no error? or nobody tried the Csound-Python interface yet in Karmic?
My Karmic is 64b. I wonder if this error has something to do with that.
In [2]: import csnd
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/nuri/<ipython console> in <module>()
/usr/lib/python2.6/dist-packages/csnd.py in <module>()
5 # This file is compatible with both classic and new-style classes.
6
----> 7 import _csnd
8 import new
9 new_instancemethod = new.instancemethod
ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol: csoundSetKillXYinCallback
In [3]:
There seems to be a related bug reported on 19-05-2009;
https://bugs.launchpad.net/ubuntu/+source/csound/+bug/378235
There are no related errors reported here at the Ubuntu Forums. Is this because there is no error? or nobody tried the Csound-Python interface yet in Karmic?
My Karmic is 64b. I wonder if this error has something to do with that.