Pyqt Application Lost Icon After Packaged By Cx_freeze
Possible Duplicate: Images not showing when running a frozen pyqt app on another computer I have a pyqt application whose icon is in a resource file. I can see the icon when run
Solution 1:
I had this problem and I was using an .ico file for the icon. However when I used a .gif file for the icon instead, I got my icon back. Hope this helps.
If not, try not using the icon as a compiled resource, but just a normal file in its directory.
Post a Comment for "Pyqt Application Lost Icon After Packaged By Cx_freeze"