Search code examples
pythonpip

pyqt5_tools designer.exe does not exist


I have installed PyQT5 by command pip install pyqt5 pyqt5-tools. Then I want to show path for designer.exe. However I could not found that in C:\Users\User\AppData\Local\Programs\Python\Python38\Lib\site-packages\pyqt5_tools directory. These are content of that folder.

enter image description here


Solution

  • On my system QT Designer is saved under C:\Users\User\AppData\Local\Qt Designer

    EDIT:
    It seems like I installed QT Designer differently.
    You can use pip install PyQt5Designer.
    Then it should be in the path I gave.