[...] checking for xmllint... /usr/local/bin/xmllint checking for a Python interpreter with version >= 2.5... none configure: error: no suitable Python interpreter found But I have Python 3.1.1 installed
Python 3 is not the same language as Python 2 (in the same way that C++ is not the same language as C). The message should probably read "checking for a Python 2 interpreter with version >= 2.5... none", but that string comes from autoconf, so I'm not sure there's much we can do about that.
That said, long-term we need to make the Python bits compatible with Python 3. Ideally while keeping compatibility with Python 2, but eventually even if not.
Ok I see, that was not very clear. I'll try to update to the last Python 2.x too.
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.