torghost
torghost copied to clipboard
problem with python2/python3
based on [https://github.com/SusmithKrishnan/torghost/blob/master/torghost.py] last updated on May 04.
I got error on running the built version line 216:
choice = raw_input(
I searched online and say "raw_input()" is for python2 but not python3. For python3 it should use "input()". I tried to modify line 216 to:
choice = input(
and run build.sh, it works (but has another problem, I submit another issue for it)
fixed by https://github.com/SusmithKrishnan/torghost/commit/3d9c51703a331c098cc689ebc6a0c0681a04b02b
@SusmithKrishnan this issue can be closed