[Patches] [ python-Patches-629126 ] Detect BLT on more systems
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 12 Dec 2002 12:24:12 -0800
Patches item #629126, was opened at 2002-10-26 18:09
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=629126&group_id=5470
Category: Distutils and setup.py
>Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: David Buscher (dbuscher)
Assigned to: Martin v. Löwis (loewis)
Summary: Detect BLT on more systems
Initial Comment:
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.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-12-12 21:24
Message:
Logged In: YES
user_id=21627
Thanks for the patch. Applied as setup.py 1.125.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=629126&group_id=5470