Python Forum

Full Version: python script file not opening in IDLE editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,
I am working with python3.7.2 on windows 2008R2 server edition.I am able to work successfully in IDLE editor.But when I try to open my.py files which is c:\Data folder on Right click
shortcut menu,it does not show option "Edit with IDLE"...and files does not have any idle
icon on it...

How to open files directly in IDLE editor with R.click option of "OPEN WITH" in shortcut menu in windows???
Windows has what it calls file associations, which are controlled by the Windows OS, and not by python.
This is what you should use to automatically run an application based of a file suffix. As Thomas L suggests, this can be found with Google, but here's a link to get you started:
https://social.technet.microsoft.com/For...inserverTS
http://dataerror.blogspot.com/2008/05/ch...on-in.html