We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca468b commit 5537f67Copy full SHA for 5537f67
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