Danci Emanuel wrote:

> I am trying to install the pyaudiere package on linux and I get the
> following error: " AudioDevice.h:6: fatal error: audiere.h: No such file
> or directorycompilation terminated. " I am interested if anyone managed to
> solve this problem or if someone could suggest a package that could
> replace pyaudiere.

[Just gueessing]

If you want to install pyaudiere from source you probably need the 
development package for the underlying library. You may be able to install 
that with

sudo apt-get install libaudiere-dev

or the equivalent command and package for your distribution.

Peter

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to