From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id 816E13858C27 for ; Wed, 24 Nov 2021 18:50:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 816E13858C27 Received: by mail-wr1-x433.google.com with SMTP id s13so6055385wrb.3 for ; Wed, 24 Nov 2021 10:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=oWcGLfEupwI2J4KQ8/uH1gjtcIvBTviUZNcdy7l/QK4=; b=xBooXonGAo+VNcbqERmmnmlhbV0s3G4vEHqej5Yxp4RP8JcNgtrmYekIhoBH9RBQ3P bBhxnVcElaX9haWRKYWqFfoQ7gVFDbRRme4XKGZ0CG5Ndekn+1T9jbgEXCOg6m55j5Bo 7E/XlbHNHvIMPK3bQ2Ej4eoPwebzE4ZOOTasuZ8IwtKMTHuGLmx2MI2tLBz1Ge46xOfI OETuRPt6Ix+QnXxcidkdZpePX0FpUTizLNNkcF4XE81DcniKf6DAjDlaQS9qK5thpCw/ sIl1gYxvq9UKFWtq4fB9hBMo7plxXqI1x1N3PiyohBHrnMlLtG/qJvekuCA7gWP+EATP WAww== X-Gm-Message-State: AOAM530BWVTNcJuJuxdrlhzuecU3mkdJc7sxZW8KWX8DA/BhVwnyOZ7c kBU7sti/vZbjqjbUNj+nZ9qvgqxlMhI= X-Google-Smtp-Source: ABdhPJzmi04aI8Ct3S3Fkmvl+lIEM+hS/dsf8O1zFsy4XbryzE8O8gztOAb5YCs1OvFHKtSpJvH/dQ== X-Received: by 2002:adf:ce03:: with SMTP id p3mr22165037wrn.145.1637779832861; Wed, 24 Nov 2021 10:50:32 -0800 (PST) Received: from ?IPV6:2003:cc:9f31:98ff:5882:e164:1d29:a6c6? (p200300cc9f3198ff5882e1641d29a6c6.dip0.t-ipconnect.de. [2003:cc:9f31:98ff:5882:e164:1d29:a6c6]) by smtp.gmail.com with ESMTPSA id l5sm845319wrs.59.2021.11.24.10.50.32 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 Nov 2021 10:50:32 -0800 (PST) Message-ID: Date: Wed, 24 Nov 2021 19:50:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: pywin32 Content-Language: it To: cygwin@cygwin.com References: <50012f14-f5f9-964a-e67f-6314f40ec0a8.ref@bellsouth.net> <50012f14-f5f9-964a-e67f-6314f40ec0a8@bellsouth.net> From: Marco Atzeri In-Reply-To: <50012f14-f5f9-964a-e67f-6314f40ec0a8@bellsouth.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, 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: Wed, 24 Nov 2021 18:50:36 -0000 On 24.11.2021 18:33, Dennis Putnam wrote: > Does anyone know the status of the port of pywin32 to cygwin. It appears > like the project was nearly done 2 years ago but still is not available. > TIA. > Hi Dennis, if you need to play with WindowsAPI it could make sense to use a Windows build of python and not a cygwin build. Marco