[issue46043] Python Launcher Not Opening Files.

2021-12-11 Thread Ned Deily


Ned Deily  added the comment:

There is definitely something odd going on here. I am seeing different 
behaviors across different systems: I have at least one macOS 12.0.1 system 
where the Launcher app seems to work OK with the current 3.10.1 (as long as the 
Terminal.app is already running) but then on some other 12.0.1 systems and on 
an 11.6.1 system it fails as you describe it. This is also across a mixture of 
Intel and Apple Silicon systems and VMs so no obvious correlation there. 
Launching via IDLE does seem to work properly on the systems I've tested so 
perhaps that might be a temporary workaround as well as just manually running 
the script in a Terminal.app window. I am going to close this issue as a 
duplicate of Issue40477 and am bumping the priority with the aim to have a fix 
prior to the next round of releases in early January.

--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Python Launcher app on macOS 10.15 Catalina fails to run scripts

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46043] Python Launcher Not Opening Files.

2021-12-11 Thread AegisEmerald545


AegisEmerald545  added the comment:

Same here. macOS Monterey with an Apple Silicon SoC and there seems not to be 
any workaround this time

--
nosy: +AegisEmerald545

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46043] Python Launcher Not Opening Files.

2021-12-11 Thread Nicholas Bond


Nicholas Bond  added the comment:

I am on macOS 12 and it still doesn't work when Terminal.app is open.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46043] Python Launcher Not Opening Files.

2021-12-11 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

Are you on macOS 10.15 or later?  If so, this is a duplicate of issue40477.

A workaround mentioned in that issue is to make sure that Terminal.app is open.

--
type: crash -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46043] Python Launcher Not Opening Files.

2021-12-10 Thread Nicholas Bond


New submission from Nicholas Bond :

Python launcher opens its preferences and no terminal or Tkinter application 
opens. It appears as something was launched because for a fraction of a second, 
I see a window and then the icon glides back to its position on the desktop.

However, python files and Tkinter GUIs work when run through the IDLE and 
through other text editors, e.g. when I build the program in sublime text, the 
python launcher application opens and launches the Tkinter window.

Even the simplest of programs don't work. I tried opening this:
number = input("Type in a number:")

I ran this outside of the text editor(dragging the .py file onto the python 
launcher) and it still did not work.

--
components: macOS
messages: 408260
nosy: ned.deily, nicholasjbond2020, ronaldoussoren
priority: normal
severity: normal
status: open
title: Python Launcher Not Opening Files.
type: crash
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com