Open ghost opened 3 years ago
File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197 print "\n"+tabulate(tabulator, headers=HEADERS)+"\n" ^ SyntaxError: invalid syntax
You should use python version 2.x. I would recommend creating a new virtual env conda create --name py2 python=2.7 and then re-run the code
conda create --name py2 python=2.7
File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197 print "\n"+tabulate(tabulator, headers=HEADERS)+"\n" ^ SyntaxError: invalid syntax