Terry J. Reedy added the comment: The problem is the change in the exception message between these two lines can't invoke "bind" command: application has been destroyed can't invoke "bind" command: application has been destroyed
In your copy of MultiCall.py, line 63-4, change APPLICATION_GONE = '''\ can't invoke "bind" command: application has been destroyed''' by changing ' ' to ' '. I will reduce the string to "application has been destroyed" and the check from equality to containment. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20167> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com