You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo python install
File "/root/Tools/KatanaFramework/install", line 24
print ""
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?
The text was updated successfully, but these errors were encountered:
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("")?
The text was updated successfully, but these errors were encountered: