1 parent 7ca468b commit 5537f67Copy full SHA for 5537f67
1 file changed
tkinterTUT/tk15_login_example/tk15_login_example.py
@@ -4,6 +4,7 @@
4
# Youku video tutorial: http://i.youku.com/pythontutorial
5
6
import tkinter as tk
7
+from tkinter import messagebox # import this to fix messagebox error
8
import pickle
9
10
window = tk.Tk()
0 commit comments