LoginSignup
1
1

More than 5 years have passed since last update.

Mavericks に pyaudioを入れるまで

Posted at

環境

  • OS X 10.9.5(Mavericks)
  • Python 2.7.5
  1. http://people.csail.mit.edu/hubert/pyaudio/でMac OSX用のdmgをダウンロード
  2. pyaudio-0.2.8.dmgをダブルクリック
  3. 「Install PyAudio」をコントロールを押しながらクリックでOpen
  4. あとはよしなに
kanpe:>python
Python 2.7.5 (default, Mar  9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyaudio
>>>

怒られない!!

3.で普通にダブルクリックで開いた場合

Screen Shot 2014-09-22 at 9.49.52 AM.png

3.のコントロールを押しながらクリックでOpenとは

Screen Shot 2014-09-22 at 9.51.07 AM.png

3.でコントロール+Openから開いた場合

Screen Shot 2014-09-22 at 9.51.26 AM.png

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1