"from tkinter import *" not working? Astenerik Created October 06, 2022 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: