Home > Enterprise >  Certain icon files do not display in a frozen PyQt5 application
Certain icon files do not display in a frozen PyQt5 application

Time:05-10

I have been working on a PyQt5 GUI application that we'd like to share widely, so I've been attempting to get everything packaged using py2exe. All of the program functionality seems to be working fine in package form, with the lone exception that some custom SVG icons are not displayed.

In searching for answers to my problem, I discovered PyQt's imageformats plugins thanks to Sample usage of procmon.exe, which shows the missing Qt5Svg.dll file

  • Related