Como posso instalar o PyQT4 for Python 2.7?

Estou tentando instalar o PyQT4 no Python 2.7.9, estou no Mac OS X, então tentei instalá-lo via Homebrew e Macports, infelizmente, nenhum deles parecia funcionar.

Isto é o que eu tentei:

brew install python qt pyqt pyside pyside-tools

também tentei:

brew install PyQT4

Em Macports:

sudo port install py27-pyqt4

Não importa o que eu fiz, estava recebendo este erro:

>>>> import PyQT4
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named PyQT4

Qual pode ser o problema? Preciso definir o caminho env para o PyQT?

questionAnswers(2)

yourAnswerToTheQuestion