Ronald Oussoren added the comment:

The logical location for installing and embedded Tcl/Tk is either in 
{sys.prefix}/lib (for a unix install of Tk) or in 
Python.framework/Versions/X.Y/Frameworks (for a Tcl/Tk framework install).

In either case Tcl/Tk would be installed *inside* Python.framework and hence 
couldn't conflict with other installations of Tcl/Tk (system, activate-state, 
homebrew, ...).

Note that this would also make it harder for end users to upgrade Tcl/Tk, 
currently they can use the ActiveState installer to install a better Tk release 
and that would no longer be necessary.

That would be a small cost relative to the large gain of having a working Tk 
release.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15663>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to