Re: IDLE is not working after Python installation .

2021-06-22 Thread Mats Wichmann



On 6/21/21 11:14 PM, Ayaana Soni wrote:

I  have installed python from your site. After installation my IDLE doesn't
work.  IDLE is not in my search list. Plz help!!




Thank you!



you asked this before, and didn't answer the questions you got in reply.

What does "doesn't work" mean? How is the problem manifested?  Doesn't 
IDLE selected from the start menu come up? Normally the installation 
creates a shortcut there that "does the right thing".  On Windows you 
don't normally start IDLE by typing a command name. You *can* bring it 
up from a command-line if you type


py -m idlelib

but this is definitely not the most common way to launch.

If you haven't read it, look at

https://docs.python.org/3/using/windows.html


among other things, the Microsoft Store version of Python is sometimes a 
little easier to get started with (it's the same programs, just packaged 
differently)

--
https://mail.python.org/mailman/listinfo/python-list


Re: IDLE is not working after Python installation .

2021-06-22 Thread Terry Reedy

On 6/22/2021 1:14 AM, Ayaana Soni wrote:

I  have installed python from your site.


For what OS.


After installation my IDLE doesn't work.


How did you try to start it?  Did you read the Using Python doc on the 
website?  Can you start python?



 IDLE is not in my search list.


On Windows and macOS, IDLE is usually started from an installed icon.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list