greye
greye

Reputation: 9141

IDLE not integrated in desktop

Just installed Python 2.7.3 on a Windows7 machine.

How do I get .py files to be associated with python (they are with notepad ATM) and how do I get the context menu shortcut for "edit in IDLE"? Somehow I didn't get that on this particular computer.

Upvotes: 1

Views: 420

Answers (1)

user1108983
user1108983

Reputation:

try making a .py file and then try to open it, and a window should appear asking you what to open it with, and then select idle in your program files.

Upvotes: 2

Related Questions