[PyInstaller] Pyinstaller app doesn't display .png images

2018-11-07 Thread David J Beck
I am having a problem with an app I'm trying to bundle with Pyinstaller (OS 10.13 and 10.14, Qt 5.11, PyQt5, Python 3.7). I build a -onefolder app and it runs properly except the .png splash screen and all the .png button icons are not visible; they are in the places they should be in the dist

Re: [PyInstaller] Pyinstaller app doesn't display .png images

2018-11-07 Thread Martin Zibricky
Hi, there are several options: - proper path to images when running in frozen mode - to load the images in your app look at this recipe [1] - issue with qt_plugins - Qt bundles image format support as additional .so libs - for some reason the plugin to read png is not bundled. Maybe the Qt