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 alexandra.beebe@gmail.com
Recipients alexandra.beebe@gmail.com, ned.deily, ronaldoussoren
Date 2016-05-24.17:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464109808.75.0.969768619517.issue27104@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to build a framework on osx getting this error during install.

Mage:Python-3.4.4 alexandra$ sudo make install
Password:
Creating directory /Library/Frameworks/Python.framework/Versions/3.4/Resources/English.lproj
Creating directory /Library/Frameworks/Python.framework/Versions/3.4/lib
ln -fsn include/python3.4m /Library/Frameworks/Python.framework/Versions/3.4/Headers
sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/Volumes/RAM/Python-3.4.4 ./python.exe -c 'import platform; print(platform.python_version())'`"'/g' < Mac/Resources/framework/Info.plist > /Library/Frameworks/Python.framework/Versions/3.4/Resources/Info.plist
sed: 1: "s/%VERSION%/3.4.4
PyMod ...": unescaped newline inside substitute pattern
make: *** [frameworkinstallstructure] Error 1
History
Date User Action Args
2016-05-24 17:10:08alexandra.beebe@gmail.comsetrecipients: + alexandra.beebe@gmail.com, ronaldoussoren, ned.deily
2016-05-24 17:10:08alexandra.beebe@gmail.comsetmessageid: <1464109808.75.0.969768619517.issue27104@psf.upfronthosting.co.za>
2016-05-24 17:10:08alexandra.beebe@gmail.comlinkissue27104 messages
2016-05-24 17:10:08alexandra.beebe@gmail.comcreate