[New-bugs-announce] [issue6172] 'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such file or directory)

Sridhar Ratnakumar report at bugs.python.org
Tue Jun 2 02:53:32 CEST 2009


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

This happens with 3.1rc1

$ make frameworkinstallframework DESTDIR=image1
[...]
cc  -o pythonw ./Tools/pythonw.c \
               
-DPYTHONWEXECUTABLE='"/Library/Frameworks/Python.framework/Versions/3.1/Resources/Python.app/Contents/MacOS/Python"'
/usr/bin/install -c -s pythonw
"image1/Library/Frameworks/Python.framework/Versions/3.1/bin/pythonw3.1"
install:
image1/Library/Frameworks/Python.framework/Versions/3.1/bin/pythonw3.1:
No such file or directory
make[1]: *** [install_pythonw] Error 71
make: *** [frameworkinstallapps] Error 2
$

----------
components: Build, Macintosh
messages: 88701
nosy: srid
severity: normal
status: open
title: 'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such file or directory)
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6172>
_______________________________________


More information about the New-bugs-announce mailing list