Issue 850977: Modify Setup.py to Detect Tcl/Tk on BSD (original) (raw)

Issue850977

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:01 admin set github: 39622
2003-11-29 00:19:07 kbk create