tkinter entry/text widget

bigbinc bigbinc at hotmail.com
Mon Mar 15 14:08:38 EST 2004


I have used the 'entry' tk widget to get text values, I am now using
'Text' but I cant seem to use 'get' method.  The TK docs say use
get(index1, index2), I tried numbers and get an error


print self.textMain.get(1,255)

ceback (most recent call last):
ile "C:\Python23\lib\lib-tk\Tkinter.py", line 1345, in __call
 return self.func(*args)
ile "blog.py", line 60, in saveFile
 print self.textMain.get("1","255")
ile "C:\Python23\lib\lib-tk\Tkinter.py", line 2868, in get
 return self.tk.call(self._w, 'get', index1, index2)
Error: bad text index "1"



More information about the Python-list mailing list