Traceback (most recent call last):
File "./scripts/check_python.py", line 16, in check_python
assert sys.version_info[:2] >= ( 2, 6 ) and sys.version_info[:2] <= ( 2, 7 )
AssertionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./scripts/check_python.py", line 24, in <module>
check_python()
File "./scripts/check_python.py", line 18, in check_python
print >>sys.stderr, msg
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./scripts/check_python.py", line 25, in <module>
except StandardError:
NameError: name 'StandardError' is not defined