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.

classification
Title: enable-framework
Type: compile error Stage: resolved
Components: Installation, macOS Versions: Python 3.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: alexandra.beebe@gmail.com, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2016-05-24 17:10 by alexandra.beebe@gmail.com, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg266255 - (view) Author: Alexandra Beebe (alexandra.beebe@gmail.com) Date: 2016-05-24 17:10
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
msg266258 - (view) Author: Alexandra Beebe (alexandra.beebe@gmail.com) Date: 2016-05-24 18:05
Never mind... User error.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71291
2016-05-24 19:24:59berker.peksagsetresolution: rejected -> not a bug
stage: resolved
2016-05-24 18:05:19alexandra.beebe@gmail.comsetstatus: open -> closed
resolution: rejected
messages: + msg266258
2016-05-24 17:10:08alexandra.beebe@gmail.comcreate