Python Forum

Full Version: opening python from the command line takes a long time to load?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

When i try to open python from the command line, taking long time to load the IDE. Even if i run the with python <prog.py> taking time to display the result.

please advise to fix the issue.

thanks in advance

tropical regards,
aka
Please show command you are using.

There's confusion here on IDE and python which are two different things.
IDE loads python,
python run on it's own does not use IDE.
(Jun-20-2020, 08:17 PM)Larz60+ Wrote: [ -> ]Please show command you are using.

There's confusion here on IDE and python which are two different things.
IDE loads python,
python run on it's own does not use IDE.



Quote:C:\Users\AbdulKaDer Anwar>python

when i type the command python in windows cmd, the cursor is blinking and it takes quite sometime to load the below prompt

C:\Users\AbdulKaDer Anwar>python
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

thanks for your time to respond :)
python should only take a few seconds to run.
You may have other issues with your OS.
yo can try re-istalling.
(Jun-21-2020, 12:43 PM)Larz60+ Wrote: [ -> ]python should only take a few seconds to run.
You may have other issues with your OS.
yo can try re-istalling.

thanks for your support. Even reinstall didn't fixed.

added python path to User variable and system variable and moved to the top.

now all good Dance

thanks :)