Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error #36

Open
ghost opened this issue Feb 25, 2021 · 1 comment
Open

Syntax error #36

ghost opened this issue Feb 25, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 25, 2021

File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197
print "\n"+tabulate(tabulator__, headers=__HEADERS)+"\n"
^
SyntaxError: invalid syntax

@waeldimassi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant