-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
While attempting to use ImageTk on Cygwin (64-bit, Windows 10, Python 3.8), I ran into an unhandled Exception. Just attempting to show some black square Pillow Image using a tkinter Canvas causes this failure. I've tried several versions of Pillow, from 8.4.0 down to 5.4.1, all with the same result.
Further description of the dysfunction including a minimal example script can be found at https://github.com/friedrichromstedt/bughunting-02. This repo provides a summary along with detailed information on my work regarding the subject.
I've reported to Cygwin upstream https://sourceware.org/pipermail/cygwin/2021-October/249643.html, but up to now this did not lead to a solution. It might be that the problem is rooted somewhere outside of Pillow, but I would appreciate any pointer.