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 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 &g

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

Re: virtualenv 20.2.2-1 dependencies: filelock and distlib

2021-08-13 Thread Friedrich Romstedt via Cygwin
Hi, Am Di., 10. Aug. 2021 um 11:30 Uhr schrieb Russell VT : > > Well, it's been a hot minute since I've used virtualenv, by itself... but, > generally you're going to want to use "mkvirtualenv" and related tools to > create and then access your Python libraries (often under the projects 'venv'

virtualenv 20.2.2-1 dependencies: filelock and distlib

2021-08-09 Thread Friedrich Romstedt via Cygwin
Hi there, This is about a small issue I ran into with using virtualenv-20.2.2-1 (package name python38-virtualenv) with Python 3.8.10 (package python38) in Cygwin (64-bit). After having installed python38-virtualenv (and its automatically picked dependencies), using virtualenv by: $ python