[SciPy-User] scikits.audiolab NameError

Agile Aspect agile.aspect at gmail.com
Wed Mar 3 13:01:22 EST 2010


On Wed, Mar 3, 2010 at 9:06 AM, Nils Wagner
<nwagner at iam.uni-stuttgart.de> wrote:
> 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
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>

On CentOS/Fedora

       yum install alsa\*

-- 
      Enjoy global warming while it lasts.



More information about the SciPy-User mailing list