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 Keith.Bannister
Recipients Honest Abe, Keith.Bannister, PythonInTheGrass, amaury.forgeotdarc, asvetlov, belopolsky, cgohlke, loewis, pitrou, terry.reedy
Date 2014-01-22.23:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390432428.82.0.356437513074.issue11077@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-01-22 23:13:49Keith.Bannistersetrecipients: + Keith.Bannister, loewis, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, asvetlov, cgohlke, PythonInTheGrass, Honest Abe
2014-01-22 23:13:48Keith.Bannistersetmessageid: <1390432428.82.0.356437513074.issue11077@psf.upfronthosting.co.za>
2014-01-22 23:13:48Keith.Bannisterlinkissue11077 messages
2014-01-22 23:13:48Keith.Bannistercreate