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 Jarrod Petz, eryksun, markroseman, paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-06-11.04:56:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465621008.17.0.266906161179.issue27263@psf.upfronthosting.co.za>
In-reply-to
Content
Python does not set TCL_LIBRARY.  _tkinter finds tcl/tk installed with Python at its known location for the platform. tkinter and IDLE work fine for months.  Then user installs another program. That other software (not user, and unbeknownst to the user) sets TCL_LIBRARY to something that _tkinter cannot use.  I am guessing that _tkinter, seeing TCL_LIBRARY, tries to use alternate install, cannot, and gives up, instead of falling back to the python-tcl it was using for months.
History
Date User Action Args
2016-06-11 04:56:48terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, markroseman, zach.ware, serhiy.storchaka, eryksun, steve.dower, Jarrod Petz
2016-06-11 04:56:48terry.reedysetmessageid: <1465621008.17.0.266906161179.issue27263@psf.upfronthosting.co.za>
2016-06-11 04:56:48terry.reedylinkissue27263 messages
2016-06-11 04:56:47terry.reedycreate