[issue19558] Provide Tcl/Tk linkage information for extension module builds

2019-04-26 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19558] Provide Tcl/Tk linkage information for extension module builds

2014-10-02 Thread Mark Lawrence

Mark Lawrence added the comment:

@Ned just a reminder as I see you've been talking tcl/tk on c.l.py earlier 
today.

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19558] Provide Tcl/Tk linkage information for extension module builds

2013-11-12 Thread Ned Deily

New submission from Ned Deily:

In Issue 19490, Piet van Oostrum suggested:
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.

Ned Deily replied:
Piet, yes, I've been thinking of how to do that.  Unfortunately, it can only 
be a hint since, in the case of an installer Python, there is no guarantee 
that the header files on the build machine are available on the installed 
machine in the same location or even at all.

--
components: Build
messages: 202678
nosy: ned.deily, pietvo
priority: normal
severity: normal
status: open
title: Provide Tcl/Tk linkage information for extension module builds
type: enhancement
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com