(base) [mt1@feahn01 run03-mcnp-6.2.0]$ python -m tovtk meshtal
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/mt1/Scripts/tovtk-git/tovtk/main.py", line 1, in
from .main import main
File "/home/mt1/Scripts/tovtk-git/tovtk/main.py", line 148
print normalization_note.format(c1, c2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
(base) [mt1@feahn01 run03-mcnp-6.2.0]$
(base) [mt1@feahn01 run03-mcnp-6.2.0]$ python -m tovtk meshtal
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/mt1/Scripts/tovtk-git/tovtk/main.py", line 1, in
from .main import main
File "/home/mt1/Scripts/tovtk-git/tovtk/main.py", line 148
print normalization_note.format(c1, c2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
(base) [mt1@feahn01 run03-mcnp-6.2.0]$