I am trying to install PyQT and I used PyQT. Is has been installed using home brew. But When I try to import it, python can\'t. I get the following warning in Home brew. I am ne
Since you installed PyQt by using Homebrew, you should also use Homebrew Python 2.
To install it, run: brew install python
brew install python
Now, you can import PyQt normally.