PyCon JP 2011のセッションで見かけた「PyQtではじめるGUIプログラミング / Tutorial: GUI Programming with PyQt」がとっても良かったので、さっそくPyQtやろうと思って、Macで環境づくりした。 前提 homebrewとpythonbrewがインストールされているMac。 homebrewだけでいける気がするけど、どうせだからpythonbrewのとこに入れてみる。 PyQt Python3.2.1のインストール。 $ pybrew install -nv -j4 --framework 3.2.1 $ pybrew switch 3.2.1 Qtのインストール。 $ brew install qt PyQtの前にSIPのインストール。 $ wget http://www.riverbankcomputing.com/static/Dow