<div dir="ltr"><div>hi ,<br><br></div>I'm not sure to have installed PyQt5.5 right, but I have an error when launching the demo.exe:<br><br><br>python \Lib\site-packages\PyQt5\examples\qtdemo\qtdemo.py<br>Traceback (most recent call last):<br>  File "\Lib\site-packages\PyQt5\examples\qtdemo\qtdemo.py", line 77, in <module>     MenuManager.instance().init(mainWindow)<br>  File "\Lib\site-packages\PyQt5\examples\qtdemo\menumanager.py", line 331, in init<br>    self.createTicker()<br>  File "\Lib\site-packages\PyQt5\examples\qtdemo\menumanager.py", line 748, in createTicker<br>    DemoItemAnimation.ANIM_IN)<br>  File "\Lib\site-packages\PyQt5\examples\qtdemo\demoitemanimation.py", line 52, in __init__<br>    super(DemoItemAnimation, self).__init__(item, 'pos')<br>TypeError: arguments did not match any overloaded call:<br>  QPropertyAnimation(QObject parent=None): too many arguments<br>  QPropertyAnimation(QObject, QByteArray, QObject parent=None): argument 2 has unexpected type 'str'</div>