PyInstaller Icon File
14:49 18 Jan 2026

So when I include my icon file using Pyinstaller, it compiles successfully but when I run the .EXE I get an exception stating the icon file cannot be found.

If I remove the icon reference from my script, it both compiles and runs correctly but of course no icon.

Why cant Pyinstaller resolve the dependency? I have tried moving it to different locations with the same result.

python-3.x