Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'module' object has no attribute 'paInt16' #23

Open
niko opened this issue Jan 15, 2014 · 2 comments
Open

'module' object has no attribute 'paInt16' #23

niko opened this issue Jan 15, 2014 · 2 comments

Comments

@niko
Copy link

niko commented Jan 15, 2014

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'

@JACKRJ528
Copy link

same problem here

@vbalakarthick
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants