Skip to content
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

Open
vlaha5 opened this issue Oct 4, 2019 · 8 comments
Open

Error when run it in python #24

vlaha5 opened this issue Oct 4, 2019 · 8 comments

Comments

@vlaha5
Copy link

vlaha5 commented Oct 4, 2019

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

@RetiredQQ
Copy link

Check your python version! I think you were using python 3 use python 2.7

@filebe777
Copy link

same issues bro ---

python atr3.py -i mailpass.txt -o output.txt -t 100 -g true
File "atr3.py", line 246
print "\n[INFO]Shutting down gracefully (takes a while)"
^
SyntaxError: invalid syntax

@RetiredQQ
Copy link

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.

@filebe777
Copy link

python --version
Python 3.8.3
On the latest Kali linux - #uname -v
#1 SMP Debian 5.6.14-1kali1 (2020-05-25)

@p0isonBR
Copy link

p0isonBR commented Jul 2, 2020

run $ python2 atr3.py -i mailpass.txt -o output.txt -t 100 -g true
if you not have python2, use $ pip install python2

@filebe777
Copy link

filebe777 commented Jul 3, 2020

same thing
[~/Desktop/Atlantr/3.0]
└──╼ #python2 atr3.py -i 296k.txt -o output.txt -t 100 -g true
Traceback (most recent call last):
File "atr3.py", line 22, in
import gevent # pip install gevent
ImportError: No module named gevent

But it works in parrot linux perfectly - even though module gevent is install in kali linux.. it comes back with error

@p0isonBR
Copy link

p0isonBR commented Jul 4, 2020

Run: $ pip install gevent
for solve any problems, during install (in my case, an error occurred related PEP517), in this case, run $ pip2 install gevent

@filebe777
Copy link

i fixed it
sudo apt-get install gevent hen install some other things ..it work fine in kali now

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

No branches or pull requests

4 participants