New submission from Harsha: Dialog.py crashes when putty windows is resized.
return simple_menu(d, config, "Select an option:", choices) File "/log-root/config-ac", line 499, in simple_menu code, tag = d.menu(str(text), height=15, width=45, menu_height=min(8, len(SI MPLE_MENU_CHOICES)), choices=SIMPLE_MENU_CHOICES, **kwargs) File "/usr/lib/python2.6/site-packages/dialog.py", line 1253, in menu (code, output) = self._perform(*(cmd,), **kwargs) File "/usr/lib/python2.6/site-packages/dialog.py", line 825, in _perform child_rfd) File "/usr/lib/python2.6/site-packages/dialog.py", line 762, in _wait_for_prog ram_termination "environment variable)" % exit_code) dialog.DialogError/usr/lib/python2.6/site-packages/dialog.py:87: DeprecationWarn ing: BaseException.message has been deprecated as of Python 2.6 return "<%s: %s>" % (self.__class__.__name__, self.message) : <DialogError: the dialog-like program exited with code 3 (was passed to it as the DIALOG_ERROR environment variable)> ---------- components: Windows messages: 183154 nosy: harshaap priority: normal severity: normal status: open title: Dialog.py crashes when putty Window resized type: crash versions: Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17308> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com