Public bug reported: Binary package hint: python2.4
When tkinter and a text widget the method edit_modified does not work correctly. As I tried to read the status of the text widget (if it is modified or not), it gave the following error: Traceback (most recent call last): File "lib-tk/Tkinter.py", line 1348, in __call__ return self.func(*args) File "Tools/edit_dblist.py", line 28, in DropDownCmd b=self.edit.edit_modified() File "lib-tk/Tkinter.py", line 2861, in edit_modified return self.edit("modified", arg) File "lib-tk/Tkinter.py", line 2849, in edit return self._getints( File "lib-tk/Tkinter.py", line 975, in _getints return tuple(map(getint, self.tk.splitlist(string))) TypeError: coercing to Unicode: need string or buffer, bool found This seems to be related to the bug described in https://sourceforge.net/tracker/?func=detail&atid=105470&aid=961805&group_id=5470 ** Affects: python2.4 (Ubuntu) Importance: Undecided Status: Unconfirmed -- python tkinter: text widget method edit_modified does not work https://launchpad.net/bugs/84720 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs