SyntaxFix
Write A Post
Hire A Developer
Questions
If you're using Anaconda to manage Python on your system, you can install it with:
$ conda install pyqt=4
Omit the =4 to install the most current version.
=4
Answer from How to install PyQt4 in anaconda?