-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when run it in python #24
Comments
Check your python version! I think you were using python 3 use python 2.7 |
same issues bro --- python atr3.py -i mailpass.txt -o output.txt -t 100 -g true |
Please confirm your python version by typing python --version if you have installed python 3 before and then installing python 2 then change your environment path or you can just copy atr3.py to the C:\Python27 directory. |
python --version |
run $ python2 atr3.py -i mailpass.txt -o output.txt -t 100 -g true |
same thing But it works in parrot linux perfectly - even though module gevent is install in kali linux.. it comes back with error |
Run: $ pip install gevent |
i fixed it |
Always getting same error when running it in python
File "atr3.py", line 246
print "\n[INFO]Shutting down gracefully (takes a while)"
https://imgur.com/YqyVElz
Just copy link of image and open it in new tab
The text was updated successfully, but these errors were encountered: