cant open please help this error
when i try to run ./wifite.py turn back this error , how can fix it?
File "/home/kali/./wifite.py", line 261 print R + ' [!]' + O + ' ERROR:' + G + ' wifite' + O + ' must be run as ' + R + 'root' + W ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
iit is missing parentheses which in current versions of python are probably required.
try:
print(R + ' [!]' + O + ' ERROR:' + G + ' wifite' + O + ' must be run as ' + R + 'root' + W)
OBS: you will probably receive new errors, that's because the code is old, and also is no longer functional depending on the victim's router.