sudo python install
File "/root/Tools/KatanaFramework/install", line 24
print ""
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?
ktf.console
Traceback (most recent call last):
File "/usr/share/KatanaFramework/ktf.console", line 9, in
from core.MainListLibrary import *
File "/usr/share/KatanaFramework/core/MainListLibrary.py", line 10, in
from Internal import (
ModuleNotFoundError: No module named 'Internal'
sudo python install File "/root/Tools/KatanaFramework/install", line 24 print "" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?