From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id B47B8385802A for ; Sat, 2 Jan 2021 08:54:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B47B8385802A Received: by mail-wr1-x42b.google.com with SMTP id 91so25993859wrj.7 for ; Sat, 02 Jan 2021 00:54:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=dH9OS7i/rPHI7gt4CA9oEUhkECceHLOEUO6vBy3htQs=; b=R6dy1U1l/5hFxLJ+0vZv9FusoJeVROSj3oHumanmMN3FKH/ewN8hmr716sfEC9/f20 Bhf9YDHdR7ZjpelSdb4ZzwAdugm3/2+PvB8CIr8A00+gqdhwC59BvAVaTPmMfs8YbJoG 5wuQv2OCRtluDR4Jq7XB3yBmLS36M7EmOftHNsOI0jOyf7Y4XKI6i1ySijOF9zjgqI+0 XNaJ1ud1vmrrx44YieS+ueK0reHF/lAnRrLe+5Q+c4h6zSIkNuKLCHVvduMbOmygYyA7 nPY/sJqwrmo/nyvbDdVis2C+2mIi36Z7WIyf/d/hqp9u4fUFTddtQU8ScuWtYthSKj9z 2Xiw== X-Gm-Message-State: AOAM532DdxiFfnSWR3YIbvhDdat7gmEJ6C1A4rIUk6EyrELhUHCBI5iT BJ4r05Frh0BogaFbkJEfSZwOqXfv2XA0Jg== X-Google-Smtp-Source: ABdhPJzEcwM0yejupbQtmIHsyPoqsptDQF0dWciu3csLDFYga4sMC6Xd7CH0AJ/u3CnQX9VuNRMsJQ== X-Received: by 2002:a5d:6a4f:: with SMTP id t15mr73818754wrw.62.1609577687433; Sat, 02 Jan 2021 00:54:47 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id a13sm74367680wrt.96.2021.01.02.00.54.46 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 02 Jan 2021 00:54:47 -0800 (PST) To: "cygwin-apps@cygwin.com" From: Marco Atzeri Subject: [ATTN MAINTAINER] mercurial with python3 Message-ID: <2d74c33a-1565-67b9-00bf-5625335af95b@gmail.com> Date: Sat, 2 Jan 2021 09:54:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2021 08:54:50 -0000 Hi Jari, can you provide a test version that works with python3.8 ? ---------------------------------------------------------- $ hg clone http://hg.code.sf.net/p/graphicsmagick/code GM Traceback (most recent call last): File "/usr/bin/hg", line 43, in dispatch.run() File "/usr/lib/python3.8/importlib/util.py", line 245, in __getattribute__ self.__spec__.loader.exec_module(self) File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 22, in ... import http.cookiejar as cookielib File "/usr/lib/python3.8/importlib/util.py", line 245, in __getattribute__ self.__spec__.loader.exec_module(self) File "/usr/lib/python2.7/site-packages/http/__init__.py", line 7, in raise ImportError('This package should not be accessible on Python 3. ' ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted. ----------------------------------------------------------------------------- the usage of $ alternatives --config python to set for python2.7 works as expected for the time being. Regards Marco