Pyqt5 designer and Python 3.5

14,292

I had the same problem.

I fix it be installing additional tools with

pip install PyQt5-tools

Then I located the "designer.exe" executable in C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\pyqt5-tools\designer

Tools to supplement the official PyQt5 wheels

Share:
14,292
Admin
Author by

Admin

Updated on June 11, 2022

Comments

  • Admin
    Admin almost 2 years

    I'm new to coding. I'm really enjoying it and have worked my way through a number of tutorials for Python 3 and feel the basics are coming along. I've now started to think about gui creation. I first started with tkinter but quickly decided that pyqt5 was good for me. I've started a tutorial that I found from zetcode that is really helping me out.

    I've now come across something called the pyqt designer which looks like a significant string to my bow.... The only problem is, is that I can't find it on my system. I can find pyqt designer.dll but nothing that I know how to boot. I am running Windows 10, pyqt5 and the newest install of Python 3.5.