im trying to use the .get() method to get all the text from a tkinter text widget. the code im using is text = root.textwidget.get(1,end)
i get the error "name error: global name 'end' is not defined"
is there a word specficly for the end of the text or am i going about this the wrong way?
edit: ok all i had to do was change end to END. But now the error is "TclError Bad text index "1""