Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

problem with python2/python3 #83

Open
tquentin opened this issue Jun 17, 2020 · 2 comments
Open

problem with python2/python3 #83

tquentin opened this issue Jun 17, 2020 · 2 comments

Comments

@tquentin
Copy link

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)

@hacker-h
Copy link

fixed by 3d9c517

@hacker-h
Copy link

hacker-h commented Oct 3, 2020

@SusmithKrishnan this issue can be closed

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

Successfully merging a pull request may close this issue.

2 participants