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.

Author srid
Recipients srid
Date 2009-06-02.00:53:30
SpamBayes Score 0.041754067
Marked as misclassified No
Message-id <1243904012.22.0.551945189195.issue6172@psf.upfronthosting.co.za>
In-reply-to
Content
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
$
History
Date User Action Args
2009-06-02 00:53:32sridsetrecipients: + srid
2009-06-02 00:53:32sridsetmessageid: <1243904012.22.0.551945189195.issue6172@psf.upfronthosting.co.za>
2009-06-02 00:53:31sridlinkissue6172 messages
2009-06-02 00:53:30sridcreate