Hi, silly question time! In TCL, I would use set win ".win_goo_skills" toplevel $win to create a new window. How do I do the same using python/Tkinter? The toplevel command doesn't seem to accept this. Thanks, Newt