X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:reply-to:subject:date:message-id
	:references:mime-version:content-type; q=dns; s=default; b=qkG/E
	OIGAUHbfJoJFTr67u43rfw979/aMk5p7h6IzWLes0Q4Mh/XBAXhcNbE55IneAEmE
	YG30ODWw3xGTJLcJ8gHSHxi1myfLK/A0HhJ9JJJhVKNo/ltAanSaRycuvz0jox5r
	q6ML+P7055ffkkPeLec+B9cKLwt8CrKWAhKoTg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:reply-to:subject:date:message-id
	:references:mime-version:content-type; s=default; bh=vc8nh8N1wVW
	A+nPGJ5jPLWrGCHY=; b=eaOfKfg4sh7tP4C5SmYTHHq0jYcO+dhPsMvb0fR+ldo
	AcTCy3ZD8kiMzT0dv/0+C/KCelT4kY+PaokwpqkOEJfPoSiKwzOkAC0ekccZUe0V
	7o21KUMezrf68sXVjkzagWDLU+gMWPJIjhAAAmfAgm/TY36A5uAy8DobrjPPThUE
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_GOODAOL,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:D*aol.com, idle, setupexe, UD:setup.exe
X-HELO: ciao.gmane.io
To: cygwin@cygwin.com
From: "airplanemath via cygwin" <cygwin@cygwin.com>
Reply-To: airplanemath <airplanemath@aol.com>
Subject: Re: Strange behavior of Python Package Index
Date: Wed, 29 Jan 2020 21:52:22 -0500
Message-ID: <vriu8slpk655.fsf@mail.aol.com>
References: <1578320592409-0.post@n5.nabble.com>	<66688313-81a3-6e0e-aa62-7c3197c42dbf@gmail.com>	<1578397085780-0.post@n5.nabble.com>
Mime-Version: 1.0
Content-Type: text/plain
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (cygwin)
X-IsSubscribed: yes

> I have selected python38-tkinter package for the Cygwin setup.

> Tkinter is available when I start python3.8, but when I try to check list of
> packages installed with pip3.8, 
> tkinter is not listed.

> It seems that all packages selected from Cygwin setup are missing.
> Only packages installed with command pip3.8 install are listed.

python??
python??-devel
python??-test
python??-tkinter
python??-debuginfo
idle??

are all built from the CPython source.  None of the corresponding files
would be recognized by pip on any platform, as they are part of base
python, rather than third-party extensions.  |pip3.8 list| will also not
recognize python38 as being installed, no matter what setup.exe tells
you, for much the same reason.

All other python??-* packages ([1]) were installed using pip, so |pip list|
will find them just fine.

Short version: Cygwin package != PyPI package, and pip only cares about
the latter

[1] except the python??-*-debuginfo packages


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

