[New-bugs-announce] [issue27104] enable-framework

Alexandra Beebe report at bugs.python.org
Tue May 24 13:10:08 EDT 2016


New submission from Alexandra Beebe:

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

----------
components: Installation, Macintosh
messages: 266255
nosy: alexandra.beebe at gmail.com, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: enable-framework
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27104>
_______________________________________


More information about the New-bugs-announce mailing list