Want a simple way to install PyQT on OSX? If you have homebrew you can install simply with the following commands:
brew install qt
brew install sip
brew install pyqt
If you want to install for Python 3 you must add:
brew install pyqt –with-python3