[New-bugs-announce] [issue46043] Python Launcher Not Opening Files.

Nicholas Bond report at bugs.python.org
Fri Dec 10 18:22:33 EST 2021


New submission from Nicholas Bond <nicholasjbond2020 at gmail.com>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue46043>
_______________________________________


More information about the New-bugs-announce mailing list