[Python-bugs-list] [ python-Bugs-677753 ] python.exe expected in extension builds
SourceForge.net
noreply@sourceforge.net
Fri, 31 Jan 2003 01:04:05 -0800
Bugs item #677753, was opened at 2003-01-30 22:00
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=677753&group_id=5470
Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Robin Dunn (robind)
Assigned to: Jack Jansen (jackjansen)
Summary: python.exe expected in extension builds
Initial Comment:
When building on OS X configure senses whether the
build filesystem is case sensitive or not and if not
builds "python.exe" instead of "python" to avoid
conflicting with the "Python" dir.
There are some things in doing the framework build that
expect to have "python.exe" so i fyou ar building on a
case-sensitive filesystem and only have "python" then
they fail. Perhaps configure should make a python.exe
--> python link.
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2003-01-31 10:04
Message:
Logged In: YES
user_id=45365
Robin, could you give an example of something that fails?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=677753&group_id=5470