$python test.py File "test.py", line 319 t_00 = int(box[0,0]) ^ TabError: inconsistent use of tabs and spaces in indentation
$python test.py
File "test.py", line 319
t_00 = int(box[0,0])
^
TabError: inconsistent use of tabs and spaces in indentation