Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Tcl/Tk linkage information for extension module builds #63757

Open
ned-deily opened this issue Nov 12, 2013 · 2 comments
Open

Provide Tcl/Tk linkage information for extension module builds #63757

ned-deily opened this issue Nov 12, 2013 · 2 comments
Labels
build The build process and cross-build type-feature A feature request or enhancement

Comments

@ned-deily
Copy link
Member

BPO 19558
Nosy @ned-deily

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2013-11-12.08:25:18.534>
labels = ['type-feature', 'build']
title = 'Provide Tcl/Tk linkage information for extension module builds'
updated_at = <Date 2019-04-26.18:13:17.679>
user = 'https://github.com/ned-deily'

bugs.python.org fields:

activity = <Date 2019-04-26.18:13:17.679>
actor = 'BreamoreBoy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2013-11-12.08:25:18.534>
creator = 'ned.deily'
dependencies = []
files = []
hgrepos = []
issue_num = 19558
keywords = []
message_count = 2.0
messages = ['202678', '228282']
nosy_count = 2.0
nosy_names = ['ned.deily', 'pietvo']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue19558'
versions = ['Python 3.5']

@ned-deily
Copy link
Member Author

In bpo-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."

@ned-deily ned-deily added build The build process and cross-build type-feature A feature request or enhancement labels Nov 12, 2013
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Oct 3, 2014

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant