Ned Deily <n...@acm.org> added the comment:

Thanks for the suggested patch.  In addition to the "installunixtools" target, 
the "altinstallunixtools" target needed to be updated; it is used by default in 
the Python 3.x Makefiles.  The applied fix causes the following additional 
symlinks to be added to the --prefix bin directory for a 64-/32-bit framework 
install:

py27:  python2.7-32  pythonw2.7-32
       python-32     pythonw-32

py32:  python3.2-32  pythonw3.2-32
       python3-32    pythonw3-32 ["make frameworkinstallunixtools" only]

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to