Home | History | Annotate | Download | only in build

Lines Matching refs:python

28 command -v python >/dev/null 2>&1 || \
29 echo ">> Require python executable to be in path" >&2
31 python -V 2>&1 | grep -q "Python 2.7" || \
32 echo ">> Require python 2.7" >&2
36 python -c "import $M" >/dev/null 2>&1 || \
37 echo ">> Require Python $M module" >&2
40 CV2_VER=$(python -c "\
49 echo ">> Require python opencv 2.4. Got $CV2_VER" >&2
55 python "pymodules/its/$M.py" 2>&1 | grep -q "OK" || \
60 # F0401 ignores import errors since gpylint does not have the python paths