Move the "from Tkinter import *" out of the method and into the module
scope (still inside the __name__=='__main__' guard). Necessitated by recent addition of nested scopes.
Showing
Please register or sign in to comment
scope (still inside the __name__=='__main__' guard). Necessitated by recent addition of nested scopes.