Python Forum
python script file not opening in IDLE editor
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python script file not opening in IDLE editor
#1
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???
Reply
#2
Just google it
Reply
#3
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why can I not see the code correctly in Python IDLE.? Trump 8 702 Apr-04-2024, 07:47 AM
Last Post: jonesphedra
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 3,257 Jun-29-2023, 11:57 AM
Last Post: gologica
  Python Script to convert Json to CSV file chvsnarayana 8 2,522 Apr-26-2023, 10:31 PM
Last Post: DeaD_EyE
  Launch Python IDLE Shell from terminal Pavel_47 5 1,235 Feb-17-2023, 02:53 PM
Last Post: Pavel_47
  Python Idle won't start totalmachine 9 3,509 Oct-16-2022, 05:57 PM
Last Post: totalmachine
  Why is IDLE not opening on a MacOS Montery 12.6 and using Python 3.10.7? Merlin385 7 1,697 Oct-08-2022, 08:36 PM
Last Post: Merlin385
  How to modify python script to append data on file using sql server 2019? ahmedbarbary 1 1,227 Aug-03-2022, 06:03 AM
Last Post: Pedroski55
  Opening CMD from Python Oshadha 2 1,284 Jul-17-2022, 11:22 PM
Last Post: Skaperen
  Sublime Text Editor not recognizing Python elroberto 5 2,883 Jun-13-2022, 04:00 PM
Last Post: rob101
Question Opening small size browser with python selenium not work, need help greenpine 0 1,624 Feb-07-2022, 11:36 AM
Last Post: greenpine

Forum Jump:

User Panel Messages

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