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: Detect BLT on more systems
Type: Stage:
Components: Distutils Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: dbuscher, loewis
Priority: normal Keywords: patch

Created on 2002-10-26 16:09 by dbuscher, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-2.2.2.setup.patch dbuscher, 2002-10-26 16:09 Patch for setup.py at root of python 2.2 build tree
Messages (2)
msg41451 - (view) Author: David Buscher (dbuscher) Date: 2002-10-26 16:09
setup.py for python 2.2 does not detect the BLT add-on to 
tk unless it is named libBLT8.0, which is not the case on 
many (most?) systems including Redhat Linux. This patch 
detects libBLT8.0.{so,a} first but accepts libBLT.{so,a} as 
well.
msg41452 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-12 20:24
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as setup.py 1.125.
History
Date User Action Args
2022-04-10 16:05:47adminsetgithub: 37372
2002-10-26 16:09:35dbuschercreate