SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
851 stars 281 forks source link

Error in torghost start in manjaro #24

Closed farzamkhan closed 6 years ago

farzamkhan commented 6 years ago

hi i download torghost and install it. but i have problem in start it with this error

File "/usr/bin/torghost", line 30 print "" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?

SusmithKrishnan commented 6 years ago

this is for python 2.7

farzamkhan commented 6 years ago

tnx . i must install python 2.7 and remove python 3 ?

slrslr commented 4 years ago

i must install python 2.7 and remove python 3 ?

i would be worried about removing python. I think i did it once and ruined my OS. Two versions should work in parallel, there are guides on how to do it.