I am building zbar package on Linux but at configure stage, I'm stuck with the following error:
checking for a Python interpreter with version >= 2.3.5... none
configure: error: no suitable Python interpreter found
The strange this is that if i run python --version
it returns 2.6.6. The python version is already satisfied. How can I fix this?
Thanks in advance.