Is it a known problem of #PyQt5 on #RaspberryPi (Zero) that QPixmaps (e.g. JPEG images on buttons or in dialogs) don’t work?

I wrote a simple UI for some hardware which works flawlessly on my Mac, but can’t show images on the Pi. There’s a simple error message, no crash or traceback.

#Qt5 #Raspi #Python

@fiee
Please read there, I hope they mention a workaround:
https://github.com/python-pillow/Pillow/issues/5266
ImageQt does not work as expected in PyQt5 · Issue #5266 · python-pillow/Pillow

What did you do? Attempted to use ImageQt to load a Pillow image in a PyQt5 application What did you expect to happen? I expected the image to load correctly. There are no errors, but it does not l...

GitHub
@khzimmer2 Thank you, but that doesn’t look related. I just get no image at all.
Hot Questions - Stack Exchange

We make Stack Overflow and 170+ other community-powered Q&A sites.