I installed PyAudio and imported it in my program but, when I complied it I received this error:
Traceback (most recent call last):
File "C:/Users/Documents/Python/MicForAudio.py", line 3, in <module>
import pyaudio
File "C:\Users\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyaudio.py", line 101
print "Please build and install the PortAudio Python " +\
^
SyntaxError: Missing parentheses in call to 'print'.
I tried all I know and still don't know how to fix it. There's not print "Please build and install the PortAudio Python " +\ on line 101. It's invisible.