Re: Strange behavior of Python Package Index

2020-01-29 Thread airplanemath via cygwin
> 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 installe

Re: Strange behavior of Python Package Index

2020-01-07 Thread Kptain
In fact, I have tried with Python 3.6 and Python 3.7 with the same result. It seems path where python modules are stored is different from path used by pip installer. The problem is in that case that command 'pip3.x list' provides a wrong overview of real python packages installed. There is pr

Re: Strange behavior of Python Package Index

2020-01-06 Thread Marco Atzeri
Am 06.01.2020 um 15:23 schrieb Kptain: Hi, Something is strange with Python Package Index (PIP): 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 li