I get:
Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db056e550>>
Traceback (most recent call last):
File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del
self.widget.unbind(self.widgetinst, seq, id)
File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind
self.tk.call('bind', self._w, sequence, '')
_tkinter.TclError: can't invoke "bind" command: application has been destroyed
Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db056ecf8>>
Traceback (most recent call last):
File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del
self.widget.unbind(self.widgetinst, seq, id)
File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind
self.tk.call('bind', self._w, sequence, '')
_tkinter.TclError: can't invoke "bind" command: application has been destroyed
Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db173ec18>>
Traceback (most recent call last):
File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del
self.widget.unbind(self.widgetinst, seq, id)
File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind
self.tk.call('bind', self._w, sequence, '')
_tkinter.TclError: can't invoke "bind" command: application has been destroyed
Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db056e588>>
Traceback (most recent call last):
File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del
self.widget.unbind(self.widgetinst, seq, id)
File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind
self.tk.call('bind', self._w, sequence, '')
_tkinter.TclError: can't invoke "bind" command: application has been destroyed
I get: Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db056e550>> Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db056ecf8>> Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db173ec18>> Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed Exception ignored in: <bound method _ComplexBinder.del of <idlelib.MultiCall._ComplexBinder object at 0x7f2db056e588>> Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in del self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/init.py", line 1044, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed