torghost icon indicating copy to clipboard operation
torghost copied to clipboard

problem with python2/python3

Open tquentin opened this issue 4 years ago • 2 comments

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)

tquentin avatar Jun 17 '20 04:06 tquentin

fixed by https://github.com/SusmithKrishnan/torghost/commit/3d9c51703a331c098cc689ebc6a0c0681a04b02b

hacker-h avatar Sep 20 '20 19:09 hacker-h

@SusmithKrishnan this issue can be closed

hacker-h avatar Oct 03 '20 02:10 hacker-h