I'm running PyAudio under Python 2.6.6 and would like it to use ALSA and not JACK.
In [1]: import pyaudio
In [2]: pa = pyaudio.pa
In [3]: pa.initialize()
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
jackstart? You may also use qjackctl.sourceforge.net to control the JACK daemon if you like a graphical user interface better. Anyway, post the daemon's startup output. – Jim Brissom Jan 12 '11 at 20:23