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

2018-11-08 Thread David Beck
Martin’s suggestions got me thinking (and Googling) about the problem in a different way and I turned up this on StackOverflow https://stackoverflow.com/questions/11534293/pyinstaller-wont-load-the-pyqts-images-to-the-gui

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

2018-11-08 Thread David Beck
Thanks for that. > On Nov 7, 2018, at 2:03 PM, Martin Zibricky wrote: > > 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] I have this recipe in the .spec file, and the app finds the .txt files

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

[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