quietnet
quietnet copied to clipboard
'module' object has no attribute 'paInt16'
I've installed pyaudio from source and pynum via pip. Python version 3.3.3. I get this error:
File "send.py", line 6, in
same problem here
Hi all, I too had that problem what i did is pip uninstall pyaudio pip install pyaudio I uninstall and again installed and be carefull of the name paint16 it should be FORMAT = pyaudio.paInt16 thanks