Closed FireHead90544 closed 3 years ago
same error here, try using an older version of python maybe 2.5 or 2.6
you have to choose with python 2 or 3
in core/tor.py
import socks
import socket
from os import system as shell
import sys
# replace with this at line 4
if sys.version_info.major == 2:
from commands import getoutput
else:
from subprocess import getoutput
# end paste
from time import sleep
.....
This is not working
start with python3
Thank you, sorry for late reply but haven't tried coz i don't need it now. still others who are facing these shall try above fixes. Hope it works. You may re-create this issue if still it shows the same.
When i am trying to run the script i am getting the error cannot import getoutput as shell