This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author harshaap
Recipients harshaap
Date 2013-02-27.14:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361976724.1.0.943033425333.issue17308@psf.upfronthosting.co.za>
In-reply-to
Content
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)>
History
Date User Action Args
2013-02-27 14:52:04harshaapsetrecipients: + harshaap
2013-02-27 14:52:04harshaapsetmessageid: <1361976724.1.0.943033425333.issue17308@psf.upfronthosting.co.za>
2013-02-27 14:52:04harshaaplinkissue17308 messages
2013-02-27 14:52:03harshaapcreate