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 terry.reedy
Recipients iPodClassic, ned.deily, ronaldoussoren, terry.reedy, wordtech
Date 2018-08-23.00:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534985341.5.0.56676864532.issue34455@psf.upfronthosting.co.za>
In-reply-to
Content
I should have been more specific.  I meant to run the file directly with python, with IDLE not involved.  "python3 .../path/to/tk_scroll.py".  Howver, running it from an IDLE editor and editing in the resulting non-IDLE text window is almost as good.

This reminds me of when trying to enter a French cedilla crashed tk.  That was fixed about at tk 8.5.15.

The only thing that could be done from IDLE is to add tk(inter) bind calls.
History
Date User Action Args
2018-08-23 00:49:01terry.reedysetrecipients: + terry.reedy, ronaldoussoren, wordtech, ned.deily, iPodClassic
2018-08-23 00:49:01terry.reedysetmessageid: <1534985341.5.0.56676864532.issue34455@psf.upfronthosting.co.za>
2018-08-23 00:49:01terry.reedylinkissue34455 messages
2018-08-23 00:49:00terry.reedycreate