This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Can't open more than on .py file with IDLE
Type: behavior Stage: resolved
Components: macOS Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: IDLE on macOS 10.15 Catalina does not open double-clicked files if app already launched
View: 38946
Assigned To: Nosy List: BrendanSteffens, ned.deily, ronaldoussoren, terry.reedy
Priority: normal Keywords:

Created on 2020-06-16 14:06 by BrendanSteffens, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg371658 - (view) Author: Brendan Steffens (BrendanSteffens) Date: 2020-06-16 14:06
I am using Python 3.7.2, macOS Catalina 10.15.5.

When I double click a .py script from the Finder, it opens it, along with IDLE shell. When I click a second .py script so I can view both at once, it won't open the second one.
msg371668 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-06-16 15:21
Almost certainly Catalina - tcl/tk issue.  Fix difficult and unknown.  Won't make 3.7.  In the meanwhile, use IDLE's file=> open menu.  See original issue 38946 for more.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85163
2020-06-16 15:21:39terry.reedysetassignee: terry.reedy ->
2020-06-16 15:21:23terry.reedysetstatus: open -> closed

superseder: IDLE on macOS 10.15 Catalina does not open double-clicked files if app already launched
components: + macOS, - IDLE

nosy: + ronaldoussoren, ned.deily
messages: + msg371668
resolution: duplicate
stage: resolved
2020-06-16 14:06:27BrendanSteffenscreate