delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/10/22/01:36:07

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C28273857827
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1634880964;
bh=Hb169u6vUspvaMWnAjqF/M0OEImjNX2H0965RENTul0=;
h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=lsq1xmZj3OYNRAclKA0rAWjQlK3069BCgr2xP0cNknDrhylsbpFXKWFi8hnX72Btp
rpI6G+TuW7/8InIVNADuzSwIltXqzcFAArB9UnLzfnAjHJ2ehJ7XLOb30QgWBVar3l
LJT77kpno5WKWSe2FGlLR3KEyPI+owsLWkh8oAIA=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 05AF93857C52
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to:cc;
bh=KOm0UyD+76BU40iYLMzUNnc0W8DlmPbZHYoyFts4VUg=;
b=lQcHP27aVMa/r8VSwj4emnqkW2r7YILjZD60Xmb9TrJo1UcZcF8jU8Iqsjj9mMWpkm
nunwfmMIf6pppFmUyBG+u755jhcONXX8zfheT0HG+XlVYp7yToSsfIRHdgP2qvPHIulW
uFYiks0EPIRq+cNchpfMEfk08/VqQqcOQHP3YPfDcWqN1Fa0jUUGszjzgD0FPF5NMpOw
IBoFe9qxVL6xW5wfA4kLPPh4svvdOMpYvdDUljwXguZKnp7Ow6vfIghEuNkGwcuLvVgc
xx/HkXYaah3q7+iUzBH+e4RQ2Ge1VfnYPIk6RroiXzxeEfMC3RGrXZTKO5hk3gVdtfFm
aCBQ==
X-Gm-Message-State: AOAM530I9k4/vGZSO2sMRs84EFjEOvy+I3Wo97b05tnnXVK3dzxgcoqY
QTGm0Py0CJW4NWYnIhOOCYmS1okCC4nkpKgtJozF3a7c
X-Google-Smtp-Source: ABdhPJwRzRrnFAN1S/5UZgOYZL518qpEE1KNBO8DTugiJy+xvhPVXYC54Y6gToGGt3xPAkaJnPXGLJ2bnNr7iEI1dZg=
X-Received: by 2002:a17:907:1b1f:: with SMTP id
mp31mr12831771ejc.319.1634880895092;
Thu, 21 Oct 2021 22:34:55 -0700 (PDT)
MIME-Version: 1.0
References: <CAN06=Cyg+8rdYT44Ezz8BfsEROSD12Bu2WQWpPP0BThOO3H=KA AT mail DOT gmail DOT com>
<CANV2+nWfzEypugL4_tpZ0PnKgbsBk1QNOkmCAE2zoB-tcsZhhg AT mail DOT gmail DOT com>
In-Reply-To: <CANV2+nWfzEypugL4_tpZ0PnKgbsBk1QNOkmCAE2zoB-tcsZhhg@mail.gmail.com>
Date: Fri, 22 Oct 2021 07:34:18 +0200
Message-ID: <CAN06=CyWH-tYSEVxF47PMLtUZhyYQAgNsFyV0u9F4pZHtT-mDA@mail.gmail.com>
Subject: Re: A Bug related to ImageTk in Python on Cygwin
To: Russell VT <russellvt AT gmail DOT com>
X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Friedrich Romstedt via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Friedrich Romstedt <friedrichromstedt AT gmail DOT com>
Cc: cygwin <cygwin AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Hi Russell,

Am Do., 21. Okt. 2021 um 12:27 Uhr schrieb Russell VT <russellvt AT gmail DOT com>:
>
> 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 tkinter
>>> tk = tkinter.Tk()
>>> tk.mainloop()

and it properly produces an empty Tk window.

> Any particular desktop/window manager? Have you tried others? Did you compile it yourself, or did you install the package directly from the distro?

None, just vanilla Windows 10 Pro (64-bit).

> Sorry, sometimes the "oops" questions can help...

Yes, sometimes it can.

> and, it helps those interested in reproducing it. (but, I will confess I didn't actually go READ the bug - which, admittedly, is another "is it plugged in" type query... LOL)

Maybe it is.

Best,
Friedrich

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019