Trying to install pyaudio with instructions per here:
$ git clone http://people.csail.mit.edu/hubert/git/pyaudio.git
$ cd pyaudio
$ sudo python setup.py inst
Download the portaudio archive from: http://portaudio.com/download.html
Unzip the archive: tar -zxvf [portaudio.tgz]
Enter the directory, then run: ./configure && make
Install: sudo make install
And finally: sudo pip install pyaudio
Check the version of pyaudio, it should be 0.2.9