Im working with brew to install PyQt on python3, but I can't get it to work
I launched brew install pyqtand brew doctorto fix all the possible errors, but when I run my code, I keep getting
ImportError: No module named 'PyQt4'
If I run echo $PATHim, getting/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin
Can someone help me solve this problem? I also use PyCharm, but I still get the same error if I run in terminal python3, thenimport pyqt
Please help me :( im really new in this, but I tried everything I could find on google
thank!
PD: Starting brew test pyqtdoes not result in an error, but it does not open. I also installed python3 with brew and im currently running it from/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/bin/python3.4
source
share