Ok, so I just installed Python 2.7, but I all ready had python 2.5. I realized that because I installed Python 2.7 last, IDLE automatically opens Python 2.7 IDLE, which I don't want. Is there any way to set the Python 2.5 IDLE to automatically open when I use the right click option on a python source file? Thanks.
Can I set IDLE to start Python 2.5 by default?
2k Views Asked by Tom At
2
There are 2 best solutions below
Related Questions in PYTHON
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in PYTHON-2.7
- Telnet function in Python
- symbol not found in flat namespace '__PyTrash_begin
- Python 2.7 requirements won't install without virtualenv
- Python search for the errors in the JSON
- spectrogram for a .cdf file
- SSL Error and InsecurePlatformWarning when installing packages using pip on Python 2.7
- Canonical way to ensure float point division across py2 and py3?
- Unable to execute Python Script directly
- Pip from Python 2.7.10 installed via pyenv-win cannot install any packages
- Arcpy: Python stops ExportToPDF through list after some iterations
- Python2 unable to pickle string
- Reading Excelsheets using openpyxl and Python
- How can I store a function in an array in python?
- " 'Word2Vec' object has no attribute 'load_parent_word2vec_format' " error
- How to execute a nodejs function from the python code?
Related Questions in PYTHON-IDLE
- Cannot wrap text in the new Python IDLE 3.12.2 on Windows
- idle won't start on macOS 11.7, python 3.12. says macOS 11 (1107) or later required, have instead 11 (1106)
- Python 3.12 - where is the Run menu?
- Carriage return (\r) works different on python idle vs VS Code
- Inconsistency in outputs given by Python IDLE (using both Shell and Interactive modes) and Google Colabs
- How do I get the right installation of python?
- When testing code in the Python IDLE, why is my newly saved code not running after making updates to it in VS Code?
- Consolidating text running python subprocess with IDLE
- openai module not found -- Confusion on how to use pip and Idle vs Cmd Prompt
- Settings window too large in Python IDLE 3.8
- In IDLE, what is the simplest way to limit the number of lines displayed by a pprint call?
- Python "Edit with IDLE" missing/damaged register keys
- Making extension for Idle to change its right click menu
- Where do I run Python code for frame io API?
- I opened my python script and found 3 additional lines I did not write
Related Questions in PYTHON-2.5
- OSError: [Errno 13] Permission denied in reverseShell.py
- Write a CSV based on another CSV file creating an additional empty row?
- Namespace based XML parsing in Python 2.5
- Working with Excel 4.0 for work, trying to use a button to launch a python script
- Invalid syntax error during compile of bytes sequence
- McDonald's sells Chicken McNuggets only in packages of 6, 9 or 20. What is the largest number of McNuggets that cannot be bought exactly?
- Looking for a fast way to build export of all possibilities (Python 2.5)
- When porting python 2.5 to 3.X, how can I replace "from <module> import *"?
- How to solve the run time error "Only Tensors created explicitly by the user (graph leaves) support the deepcopy protocol at the moment"
- I want to make an HTTP PUT request using Python 2.5.3
- How can PIP be installed on Python version 2.5.4 running in Windows 95 environment?
- how to execute a linux script and return a http post response without waiting in python
- How to avoid line continuations in Python imports
- Error when formatting a String - ValueError: unsupported format character ',' (0x2c)
- How to initialize a ctypes array in Python from command line
Related Questions in COEXISTENCE
- Integrating seleniumbase with existing selenium script
- Apache Kafka - migrating physical broker nodes to RHEL OS
- Co-existence of Embarcadero C++Builder 10.3 and 10.4 on the same computer
- Diacritic characters in filenames causing differences between subversion and git (MacOS)
- Git Corrupt Index
- How to convert a 3 columns data to a co-existance matrix in R?
- Angular2 Redirect routes to an external framework
- Visual Studio Code coexist with Visual Studio 2013
- how to configure two or more hosts on WAS server
- Database migration with coexistence
- Error trying to coexist Python 2.7.5 and Python 3.3.2 on Windows 7
- Working with Java and VB.net
- Ubuntu - python2 and python3 coexist - installing library
- Can Groovy coexist with Spring?
- Can I set IDLE to start Python 2.5 by default?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can easily create or edit the right-click properties for a file.
To edit the right-click menu for a particular file extension:
Run
assoc .pyfrom the command line and note the name of the association:Run
regedit.exe.HKEY_CLASSES_ROOT\Python.File\shell.shellcalledEdit with IDLE(or however you want it to show up in the menu).Edit with Idlecalledcommand.Edit the default value to run the command you want. Use
"%1"to insert the name of the right-clicked file. Something like:Alternatively, just save the following as
idle.regand double-click it to insert this value in the registry.