[issue22384] Tk.report_callback_exception kills process when run with pythonw.exe

Aivar Annamaa report at bugs.python.org
Wed Sep 10 22:14:34 CEST 2014


New submission from Aivar Annamaa:

Seems that the statement 'sys.stderr.write("Exception in Tkinter callback\n")' in Tk.report_callback_exception fails when the program is run with pythonw.exe, and brings down the whole process.

A simple sample is attached.

----------
files: demo.py
messages: 226712
nosy: Aivar.Annamaa
priority: normal
severity: normal
status: open
title: Tk.report_callback_exception kills process when run with pythonw.exe
Added file: http://bugs.python.org/file36594/demo.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22384>
_______________________________________


More information about the Python-bugs-list mailing list