Tkinter doesn't open windows Permanently deleted user 创建于 2020年09月03日 18:09 import tkinter as tk, timewindow = tk.Tk() When i run this in PyCharm, nothing happens, but when i run it in PowerShell, a window opens, as expected. Can someone explain my small brain why this is?
Hi,
Check which interpreter you use in Powershell. e.g. `get-command python`. Then configure this interpreter in PyCharm and you should get the same results.