Skip to content

Commit 5537f67

Browse files
committed
add color bar
1 parent 7ca468b commit 5537f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tkinterTUT/tk15_login_example/tk15_login_example.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Youku video tutorial: http://i.youku.com/pythontutorial
55

66
import tkinter as tk
7+
from tkinter import messagebox # import this to fix messagebox error
78
import pickle
89

910
window = tk.Tk()

0 commit comments

Comments
 (0)