Piet van Oostrum added the comment:

I think future versions of Python should add the relevant information about how 
they are linked to Tcl/Tk in sysconfig. This would include the path of the 
include files, the shared libraries and the tcl files. Or a framework location 
on OS X if this is used. The setup.py for extensions that need to link to 
Tcl/Tk can then interrogate this information, and fall back to the current way, 
if it is not available.

----------

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

Reply via email to