can some explain me how to install PyQt5 with Python 3.6?
Operating System Win10
I installed PyQt with
pip3 install PyQt5
Than i want to follow this Tutorial: https://www.youtube.com/watch?v=Z66AtVqdLUc
But i dont have a designer.exe in the PyQt5 folder. Also i miss the pyuic5.bat to convert the .ui file into a .py file (like in the tutorial)
Can someone explain me what i do wrong?
Greetings
Posts: 14
Joined: Tue Apr 05, 2016 8:34 pm