From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 05AF93857C52 for ; Fri, 22 Oct 2021 05:34:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 05AF93857C52 Received: by mail-ed1-x52a.google.com with SMTP id d3so389345edp.3 for ; Thu, 21 Oct 2021 22:34:55 -0700 (PDT) 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: In-Reply-To: From: Friedrich Romstedt Date: Fri, 22 Oct 2021 07:34:18 +0200 Message-ID: Subject: Re: A Bug related to ImageTk in Python on Cygwin To: Russell VT Cc: cygwin Content-Type: text/plain; charset="UTF-8" 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2021 05:34:57 -0000 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 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