I have a question about PyQt4 in motionbuilder 2016 I have successfully installed Pyqt4 from pip
and it show up "have Requirement already satisfied: PyQt4 in c:\python27\lib\site-packages (4.11.4) "
but when import the module in motionbuilder by using import PyQt4 is have the error : "ImportError: No module named PyQt4"
Any suggestions would be appreciated.
Motion Builder comes with PySide installed which is PyQt4's alternative version of Python QT library. Try importing from PySide for e.g.
Example