"from tkinter import *" not working? Astenerik 创建于 2022年10月06日 16:09 I am trying to learn tkinter and how to make GUIs with it, but PyCharm is giving me an error as "Unresolved reference 'Tk' "My code: from tkinter import *root = Tk()
Hi,
It's important to know if the issue is related to code insight, or to the interpreter. Does the code actually run?
Try this one: