Issue with python 3.7.9 installation

MRAB python at mrabarnett.plus.com
Sat Sep 5 21:26:39 EDT 2020


On 2020-09-05 21:12, Juanti VF wrote:
>   Hey,
> 
> I tried installing python 64 bit after uninstalling my 32 bit version. When
> I try to run python -v on the terminal I get an absolute TON of messages
> about frozen_importlib.
> 
> I did add python to PATH during installation and I'm using a 64 bit win 10
> machine.
> 
> This is the .exe file I ran for installation, if that matters:
> python-3.7.9-amd64.exe
> 
I think you've misunderstood what the -v switch is for. It means 
"verbose", so you're asking it to report what imports it's doing while 
it's starting up.


More information about the Python-list mailing list