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.

classification
Title: Modify Setup.py to Detect Tcl/Tk on BSD
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, kbk
Priority: normal Keywords: patch

Created on 2003-11-29 00:19 by kbk, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup.py.patch kbk, 2003-11-29 00:19 setup.py.patch for tkinter detection
Messages (2)
msg44961 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-11-29 00:19
FreeBSD and OpenBSD set up libs as .../libtcl83 but
includes as .../include/tcl8.3 

Patch allows detection on OpenBSD w/o the use of
Modules/Setup.local as is currently done in the port,
also allows easier Python development on that platform
(build w/o using ports).  This is just an enhancement
of the Debian detection method.

Tested on OpenBSD and Linux. 

Assigning to Andrew for review, he's the last to work on
this section of the code.

Backport 2.3 candidate?
msg44962 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-03-21 19:06
Logged In: YES 
user_id=11375

Looks reasonable; applying to 2.4.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39622
2003-11-29 00:19:07kbkcreate