AttributeError: 'NoneType' object has no attribute '_root'
StringVar needs a master
>>> StringVar(Tk())
or
>>> root = Tk() >>> StringVar()