Test Test page your code here import Tkinter as tk root = tk.Tk() app = tk.Frame(root) app.pack() root.mainloop()