Can someone explain to me how to install PyQt5 with Python 3.6?
Win10 operating system
I installed PyQt with
pip3 install PyQt5
What I want to follow this tutorial: https://www.youtube.com/watch?v=Z66AtVqdLUc
But I do not have the designer.exe file in the PyQt5 folder. I also miss pyuic5.bat to convert the .ui file to a .py file (as in the tutorial)
Can someone explain to me what I'm doing wrong?
Hi
Posts: 14
Joined: Tue Apr 05, 2016 8:34 pm
source
share