Re: A Bug related to ImageTk in Python on Cygwin

2021-10-25 Thread Friedrich Romstedt via Cygwin
Am Do., 21. Okt. 2021 um 10:58 Uhr schrieb Friedrich Romstedt : > > Maybe I should consult Pillow Upstream? Just half an hour ago I filed an Issue with Pillow: https://github.com/python-pillow/Pillow/issues/5795, hoping for additional input. -Friedrich -- Problem reports:

Re: A Bug related to ImageTk in Python on Cygwin

2021-10-21 Thread Friedrich Romstedt via Cygwin
Hi Russell, Am Do., 21. Okt. 2021 um 12:27 Uhr schrieb Russell VT : > > I'll just throw out the obvious "is it plugged in" type question... but, > are we to assume you have a fully functional X Server and Client working on > your Cygwin install? Yes, definitely. I can do: $ python >>> import

Re: A Bug related to ImageTk in Python on Cygwin

2021-10-21 Thread Russell VT via Cygwin
I'll just throw out the obvious "is it plugged in" type question... but, are we to assume you have a fully functional X Server and Client working on your Cygwin install? Any particular desktop/window manager? Have you tried others? Did you compile it yourself, or did you install the package

Re: A Bug related to ImageTk in Python on Cygwin

2021-10-21 Thread Friedrich Romstedt via Cygwin
Hi again, Am Di., 19. Okt. 2021 um 16:15 Uhr schrieb Friedrich Romstedt : > > Okay, I'll try: > > - To downgrade harfbuzz and/or freetype2 if the Cygwin package > database allows to do so; > > - Remove the resp. devel packages and try to rebuild Pillow without them. I did both; it didn't

Re: A Bug related to ImageTk in Python on Cygwin

2021-10-21 Thread Friedrich Romstedt via Cygwin
Hi, Am Di., 19. Okt. 2021 um 16:15 Uhr schrieb Friedrich Romstedt : > > If possible I'll try also to upgrade to your new versions (on Thursday). Tried to; it didn't help. The problem persists with exactly the same error message. -Friedrich -- Problem reports:

Re: A Bug related to ImageTk in Python on Cygwin

2021-10-19 Thread Friedrich Romstedt via Cygwin
Am Di., 19. Okt. 2021 um 15:41 Uhr schrieb Ken Brown via Cygwin : > > On 10/19/2021 6:11 AM, Friedrich Romstedt via Cygwin wrote: > > Some months ago (in August 2021) I tried using ImageTk in Python on > > Cygwin and stumbled over a dysfunction. To help tracking down the > > issue I wrote up an

Re: A Bug related to ImageTk in Python on Cygwin

2021-10-19 Thread Ken Brown via Cygwin
On 10/19/2021 6:11 AM, Friedrich Romstedt via Cygwin wrote: Hi, Some months ago (in August 2021) I tried using ImageTk in Python on Cygwin and stumbled over a dysfunction. To help tracking down the issue I wrote up an HTML document and uploaded it to

A Bug related to ImageTk in Python on Cygwin

2021-10-19 Thread Friedrich Romstedt via Cygwin
Hi, Some months ago (in August 2021) I tried using ImageTk in Python on Cygwin and stumbled over a dysfunction. To help tracking down the issue I wrote up an HTML document and uploaded it to https://github.com/friedrichromstedt/bughunting-02. There is a minimal Test Case included in this github