I just installed PyQt5 below command.
brew install pyqt5
Successfully, To install is end.
But "from PyQt5.QtCore import *" in Python code cannot import module.
Output message is ImportError: No module named 'PyQt5'
So I check it python path in command line. (python3)
You can find line, '/usr/local/lib/python3.4/site-packages/PyQt5'
'/usr/local/lib/python3.4/site-packages/PyQt5' include files below.
What is problem in situation. how can I fix that problem?.