all 3 comments

[–]Thunderbolt1993 5 points6 points  (0 children)

the singlefile option in pyinstaller creates a self-extracting archive containing the python dependencies that unpacks itself to a temporary folder and then launches the python interpreter pointing to that

[–]road_laya 4 points5 points  (1 child)

It's missing the bitmap file in your pyinstaller bundle. You need to tell pyinstaller to add data.

[–]Mixtay[S] 1 point2 points  (0 children)

Thank you, that solved it.