Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Python IDLE does not start

Status
Not open for further replies.

vktsn0303

New member
Joined
Sep 10, 2013
Messages
23
Location
NL
Hello everyone,

I'm new to Python programming (and a novice in programming). I can't get to start IDLE when I type 'start idle' in my command prompt. An error pops up saying 'windows cannot find idle. Make sure you typed the name correctly and try again.' I use Win 7. Please help.

Thanks
vktsn

vktsn0303
 
If you navigate to the folder containing the IDLE executable before running that, does it work? Check that the folder containing IDLE is on your system path. If you google "Add to windows path" you should see some results that will show you where to look (and add to if needed).
 
Yes, going to the file location and running the executable starts it. I just wanted to open it through cmd. I feel it's easier to do that than going all the way into the file location and scrolling through the files and selecting one of many present there.
When you say path I am assuming you are talking about the environment variables (Don't know what they are. Just know they are so called and exist in properties).

vktsn0303
 
It works!! I added the executable file location to the path under system variables and it opens when I say 'start idle'.

Thanks

vktsn0303
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top