Hello folks,
I'm having trouble using/installing PyAudio ( http://people.csail.mit.edu/hubert/pyaudio/ ) for python 2.7 on slitaz 5.0 rolling.
I downloaded the appropreate package (for python 2 and i386) and converted with tazpkg.
after installing (which doesnt throw any errors) and trying to import, i get an error saying the module does not exist.
the installed files are in /usr/lib/python2.7/dist-packages
after copying them to /usr/lib/python2.7/site-packages,
i can import pyaudio, but i get the following error:
>>> import pyaudio
Please build and install the PortAudio Python bindings first.
tried an older version of pyaudio, same error..
any ideas on this? i need a python cross-platform audio library i can use.
help is greatly appreciated!