Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyQt5 and Python 3.6 installation?

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
like image 500
Benedikt K. Avatar asked Jan 07 '17 13:01

Benedikt K.


1 Answers

Just use

pip3 install pyqt5-tools

then look for the folder pyqt5-tools in your Lib directory

like image 127
Marcos Tavares Avatar answered Oct 04 '22 03:10

Marcos Tavares