Summary: | SyntaxError: invalid syntax during "make install" | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Francesco <francesco.nwokeka> |
Component: | butterfly | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED MOVED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | francesco.nwokeka |
Version: | git master | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Francesco
2011-03-30 10:59:25 UTC
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). -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-butterfly/issues/51. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.