Python Win 3.6.0 x64 issue, missing qt designer exe after pip3 install pyqt5

后端 未结 4 1718
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-05 07:03

I\'m a Python newbie and trying to start my first application and am struggling to workout how to use Qt Designer with pyQT5.

I\'ve been using the next command which

4条回答
  •  醉梦人生
    2021-01-05 07:38

    My solution On Windows

    1. pip3 install pyqt5-tools
    2. open C:\Users\\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\pyqt5-tools\designer and copy all the content to C:\Users\\AppData\Local\Programs\Python\Python35-32\lib\site-packages\PyQt5\Qt\bin, don't overwrite files with the same file name!

提交回复
热议问题