Katee / quietnet

Simple chat program that communicates using inaudible sounds
https://kate.io/
MIT License
2.94k stars 203 forks source link

Can't import pyaudio from send.py or listen.py #1

Closed codyjlandstrom closed 10 years ago

codyjlandstrom commented 10 years ago

Seems to have a missing file. Was something renamed?

xpe commented 10 years ago

I installed the Mac binary from http://people.csail.mit.edu/hubert/pyaudio/ -- but I don't have it working yet. In any case, a mention in the README would be nice.

tklovett commented 10 years ago

I had to install pyaudio from that site and then restart iTerm. It worked then.

sebtrif commented 10 years ago

Just going to leave this out here, in case anyone has any issues whilst installing pyaudio on mac http://blog.robindeits.com/2012/01/09/pyaudio-with-homebrew/

(i had the portaudio.h not found issue and fixed it :D)

gautamk commented 10 years ago

How about including a requirements.txt ?

Katee commented 10 years ago

@gautamk, haven't done python packaging before, is 6a8e4e0 all I need?

Mtax commented 10 years ago

I got an error "No module named pyaudio",I've installed python-pyaudio by "sudo dpkg -i /home/tulpar/download/python-pyaudio_0.2.8-1_amd64.deb" Any Help?

codyjlandstrom commented 10 years ago

Hey @tulpar008 I had success with this method: https://github.com/Katee/quietnet/issues/1#issuecomment-31870214 Hope that helps

Mtax commented 10 years ago

@codyjlandstrom Thanks.