[issue11077] Tkinter is not thread safe

Keith Bannister report at bugs.python.org
Thu Jan 23 00:13:48 CET 2014


Keith Bannister added the comment:

Hi,

I'm trying to make an application with GNU readline support, and some plots. But it seems that tkInter and raw_input don't play nicely.

The attached script (18 lines) crashes immediately on my Mac with SIGABRT and outputs the following:

$ python tk_v_raw.py
Yes? > Tcl_WaitForEvent: Notifier not initialized
Abort trap: 6

Is this related to this issue?

----------
nosy: +Keith.Bannister
Added file: http://bugs.python.org/file33637/tk_v_raw.py

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


More information about the Python-bugs-list mailing list