Python Forum
opening python from the command line takes a long time to load?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
opening python from the command line takes a long time to load?
#1
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
Reply
#2
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.
Reply
#3
(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 :)
Reply
#4
python should only take a few seconds to run.
You may have other issues with your OS.
yo can try re-istalling.
Reply
#5
(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 :)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing and using Python on windows has become a 2 week long nightmare ogg130 3 2,593 Jul-06-2021, 11:14 AM
Last Post: stevenD
  review of command line parsers Skaperen 2 2,032 Mar-11-2021, 07:39 PM
Last Post: Skaperen
  command line options Skaperen 5 2,597 Aug-14-2020, 08:48 AM
Last Post: DeaD_EyE
  f-string in command line arguments Skaperen 0 1,546 May-05-2020, 11:49 PM
Last Post: Skaperen
  my own command line option parser Skaperen 0 1,641 Mar-27-2020, 04:14 AM
Last Post: Skaperen
  i need a module for more involved command line parsing Skaperen 21 6,942 Sep-04-2019, 02:18 AM
Last Post: Skaperen
  want command program: sleep to a specific time Skaperen 3 3,532 Jul-11-2017, 01:33 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020