[Python-bugs-list] [ python-Bugs-677753 ] python.exe expected in extension builds

SourceForge.net noreply@sourceforge.net
Thu, 30 Jan 2003 13:00:31 -0800


Bugs item #677753, was opened at 2003-01-30 13: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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=677753&group_id=5470