[Bug 35810] SyntaxError: invalid syntax during "make install"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 31 13:21:53 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=35810

--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2011-03-31 04:21:53 PDT ---
Butterfly is Python 2 code, which is not compatible with Python 3. On most
distributions, /usr/bin/python is Python 2 and /usr/bin/python3 is Python 3.

Try:

./configure PYTHON=/usr/bin/python2.7
make
make install

(or replace /usr/bin/python2.7 as appropriate to get a Python executable with
2.5 <= version < 3).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list