PyInstaller won't load the PyQt's images to the GUI

后端 未结 4 1459
忘了有多久
忘了有多久 2020-12-04 23:05

I\'ve been having some complications to pass my script into an executable, but I finally managed to. The main problem is that PyInstaller doesn\'t load the images to the GUI

4条回答
  •  渐次进展
    2020-12-04 23:21

    Move exe file to folder where image folder is located or in the same folder where the main.py is.

    See this

提交回复
热议问题