This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry-scott
Recipients barry-scott
Date 2021-02-07.18:15:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612721728.1.0.320173776813.issue43156@roundup.psfhosted.org>
In-reply-to
Content
New users of Python on Windows frequently confuse the Python installation program with Python itself.

They also can end up with the wrong 32 or 64 bit version.

I suggest that the installation program name is changed to include "setup" in its name. This seems to be the usually convention many Windows installation programs use.

Further users may know they are need windows 64 bit or windows 32 bit compatible software. The python installer naming is not obvious.

The windows 32 installer has no additional text to show it is targeted at windows 32.

The windows 64 uses amd64 - does not mean not for Intel CPU's for example?

Examples with both suggestions:

python-3.10.0a5.exe becomes python-setup-win32-3.10.0a5.exe
python-3.10.0a5-amd64.exe becomes python-setup-win64-3.10.0a5.exe

Barry
History
Date User Action Args
2021-02-07 18:15:28barry-scottsetrecipients: + barry-scott
2021-02-07 18:15:28barry-scottsetmessageid: <1612721728.1.0.320173776813.issue43156@roundup.psfhosted.org>
2021-02-07 18:15:28barry-scottlinkissue43156 messages
2021-02-07 18:15:27barry-scottcreate