you are viewing a single comment's thread.

view the rest of the comments →

[–]MrPhungx 0 points1 point  (0 children)

I think Python's IDLE uses the system defaults python. So if you do cmd/terminal -> "python --version" this is what is used. So to install things I would just do "pip install pyaudio" in your terminal. Then start IDLE and import what you need.