Re: Failing to install Python
Mats Wichmann <[email protected]>
| Newsgroups | gmane.comp.python.general |
|---|---|
| Message-ID | <[email protected]> |
On 12/1/25 02:40, [email protected] wrote: > I have installed Python on two Win10 computers over the last 20 years. Only after several spits and starts each time did it finally work. The new Win11 desktop is now running. I can't help but think there is an easier way to get it installed than my previous efforts. > > Is there a simple PHD (Push Here Dummy) version available for this new, clean machine? > I went to Python.org and struggled with the small pale-blue-on-white font. (Why do they do that?) but had no luck. > > Guidance appreciated. > Steve Am The Microsoft Store installation is the simplest *graphical* install - find it, and click the button. From a command line shell, installation is also simple: winget install python. there are plenty of nuances beyond that but I guess that would be outside the spirit of your question? You can always ask again if you want those details...