I installed pyqt4 by using Homebrew. But when I import PyQt4 in python interpreter, It said that \"No module named PyQt4\". Can somebody help me with that?
I solved the same problem for my own program by installing python3-pyqt4.
python3-pyqt4
I'm not using Python 3 but it still helped.