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 ned.deily
Recipients ned.deily, python-dev, ronaldoussoren, tloredo
Date 2011-05-28.13:30:57
SpamBayes Score 0.00092623447
Marked as misclassified No
Message-id <1306589458.58.0.505848076634.issue11217@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2011-05-28 13:30:58ned.deilysetrecipients: + ned.deily, ronaldoussoren, tloredo, python-dev
2011-05-28 13:30:58ned.deilysetmessageid: <1306589458.58.0.505848076634.issue11217@psf.upfronthosting.co.za>
2011-05-28 13:30:58ned.deilylinkissue11217 messages
2011-05-28 13:30:57ned.deilycreate