From b61f0ecd72098d5eeb36a4df003cf7b2f65291b5 Mon Sep 17 00:00:00 2001 From: abhijaygh <42239188+abhijaygh@users.noreply.github.com> Date: Fri, 9 Nov 2018 19:14:25 +0530 Subject: [PATCH] updated the library name many place still practice python using its 2.7 version. so it helps alot!! thanks for bearing with me --- firstGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstGUI.py b/firstGUI.py index 6614a41..49e7b1f 100644 --- a/firstGUI.py +++ b/firstGUI.py @@ -1,6 +1,6 @@ __author__ = 'Avinash' -from tkinter import * +from Tkinter import * root = Tk() topFrame = Frame(root)