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.

Author nicholasjbond2020
Recipients ned.deily, nicholasjbond2020, ronaldoussoren
Date 2021-12-10.23:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639178553.87.0.850014051129.issue46043@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-12-10 23:22:33nicholasjbond2020setrecipients: + nicholasjbond2020, ronaldoussoren, ned.deily
2021-12-10 23:22:33nicholasjbond2020setmessageid: <1639178553.87.0.850014051129.issue46043@roundup.psfhosted.org>
2021-12-10 23:22:33nicholasjbond2020linkissue46043 messages
2021-12-10 23:22:33nicholasjbond2020create