quietnet icon indicating copy to clipboard operation
quietnet copied to clipboard

'module' object has no attribute 'paInt16'

Open niko opened this issue 11 years ago • 2 comments

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 FORMAT = pyaudio.paInt16 AttributeError: 'module' object has no attribute 'paInt16'

niko avatar Jan 15 '14 10:01 niko

same problem here

JACKRJ528 avatar Oct 26 '21 11:10 JACKRJ528

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

vbalakarthick avatar May 24 '23 08:05 vbalakarthick