[SciPy-User] scikits.audiolab NameError

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Mar 3 12:06:14 EST 2010


Hi all,

I installed audiolab via

git clone git://github.com/cournape/audiolab.git
python setup.py install --prefix=$HOME/local

How can I fix the backend problem wrt. alsa ?
  

python -i test_sndfile.py
/data/home/nwagner/local/lib/python2.5/site-packages/scikits.audiolab-0.11.0.dev-py2.5-linux-x86_64.egg/scikits/audiolab/soundio/play.py:48: 
UserWarning: Could not import alsa backend; most probably, 
you did not have alsa headers when building audiolab
   warnings.warn("Could not import alsa backend; most 
probably, "
Traceback (most recent call last):
   File "test_sndfile.py", line 332, in <module>
     NumpyTest().run()
NameError: name 'NumpyTest' is not defined
  

AFAIK, NumpyTest is obsolete. Am I missing something ?

Nils



More information about the SciPy-User mailing list