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 markroseman
Recipients benjamin.peterson, esc24, georg.brandl, kbk, markroseman, ned.deily, python-dev, rhettinger, ronaldoussoren, samueljohn, terry.reedy
Date 2015-09-30.15:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443626114.6.0.564246756463.issue15663@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Ned. 

A couple of things. First, you probably know about this, but for future reference in case it might be useful, the install_name_tool lets you point a shared library at a different dependent shared library than the one it was originally compiled to link against (see end of http://www.tkdocs.com/tutorial/fonts.html). This can be sometimes helpful in resolving compatibility issues. 

Secondly, we may want to consider adding something post-install (in IDLE?) where it would detect at least simpler cases of greatly out-of-date Tcl/Tk and offer to download and install a new one. If it were in IDLE, this would have the advantage of not affecting everyone who installs Python, but only (a subset of) those who would benefit. Plus, not being a "you must decide now" like an installer, it could be deferred if people weren't sure. And it would offer to provide a bit more active assistance rather than only "go read a web page".
History
Date User Action Args
2015-09-30 15:15:14markrosemansetrecipients: + markroseman, georg.brandl, rhettinger, terry.reedy, kbk, ronaldoussoren, benjamin.peterson, ned.deily, samueljohn, python-dev, esc24
2015-09-30 15:15:14markrosemansetmessageid: <1443626114.6.0.564246756463.issue15663@psf.upfronthosting.co.za>
2015-09-30 15:15:14markrosemanlinkissue15663 messages
2015-09-30 15:15:14markrosemancreate