On Thursday, October 9, 2014 2:56:56 PM UTC+5:30, Terry Reedy wrote: > On 10/9/2014 2:52 AM, Rustom Mody wrote: > > My audience consists of people having linux and windows and macbooks. > > Does Idle run on all these?
> If macbook runs OSX, and the linux has recent tcl/tk installed, the > answer should be Yes I get this traceback on closing idle. Otherwise seems to be working. Still... [idle3 on linux] Exception ignored in: <bound method _ComplexBinder.__del__ of <idlelib.MultiCall._ComplexBinder object at 0x7f2a98e914e0>> 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 1071, 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 0x7f2a98eb2240>> 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 1071, 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 0x7f2a98eb25f8>> 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 1071, 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 0x7f2a98eb29b0>> 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 1071, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed -- https://mail.python.org/mailman/listinfo/python-list