Ken Giusti created PROTON-1123:
----------------------------------
Summary: cmake fails under python3 when -DSYSINSTALL_BINDINGS=ON
Key: PROTON-1123
URL: https://issues.apache.org/jira/browse/PROTON-1123
Project: Qpid Proton
Issue Type: Bug
Components: python-binding
Affects Versions: 0.12.0
Reporter: Ken Giusti
Fix For: 0.12.0
The following syntax error is raised:
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.10")
File "<string>", line 1
from distutils.sysconfig import get_python_lib; print get_python_lib(True)
^
SyntaxError: invalid syntax
In python3 print is a function and requires parenthesis.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)