The following code from the docs ``` widget w = Text_new(); Text_insert(w, "end", "hi!"); ``` throws the error: ``` bad window path name "new" while executing "w = Text_new()" ```