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 pietvo
Recipients Arfrever, benjamin.peterson, georg.brandl, larry, ned.deily, pietvo
Date 2013-11-06.02:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383703331.22.0.727744758824.issue19490@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-06 02:02:11pietvosetrecipients: + pietvo, georg.brandl, larry, benjamin.peterson, ned.deily, Arfrever
2013-11-06 02:02:11pietvosetmessageid: <1383703331.22.0.727744758824.issue19490@psf.upfronthosting.co.za>
2013-11-06 02:02:11pietvolinkissue19490 messages
2013-11-06 02:02:10pietvocreate