With Python3 you need parenthesis with `print`, i.e. ``` print(${ARGN_NAME}.__file__) ``` instead of ``` print ${ARGN_NAME}.__file__ ```
With Python3 you need parenthesis with
print, i.e.instead of