Python is installed, but will not start

I have just installed Python version 3.13.1. The Command Prompt “Python --version” confirms that the Python is installed and the app appears when I search via the START icon.
But when I click on the app Python does not start. What I see is a pop up with options to Modify, Repair and Uninstall. But I cannot get the app to start. I tried the “Repair” option; also tried “Uninstall” and then re-install. I also re-booted my machine, but nothing helps.
I have a strong developer and coding background, but I’m new to Python.
Thank you in advance for any help or suggestions.
Roland

Hello,

try going to this directory (assuming this is where it was downloaded to):

C:\Program Files\Python313\Lib\idlelib

once you see the file: idle.pyw

Right click on it and create a shortcut to your desktop.

If it is not in the directory stated above, go to the CMD prompt and type:

echo %PATH%

It should list the directory where Python was downloaded to. Find the idlelib folder and follow the instructions above.