Atlantr icon indicating copy to clipboard operation
Atlantr copied to clipboard

Error when run it in python

Open vlaha5 opened this issue 4 years ago • 8 comments

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

vlaha5 avatar Oct 04 '19 13:10 vlaha5

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

RetiredQQ avatar Oct 07 '19 01:10 RetiredQQ

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

filebe777 avatar May 30 '20 11:05 filebe777

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.

RetiredQQ avatar May 30 '20 11:05 RetiredQQ

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

filebe777 avatar May 30 '20 11:05 filebe777

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

p0isonBR avatar Jul 02 '20 02:07 p0isonBR

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

filebe777 avatar Jul 03 '20 22:07 filebe777

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

p0isonBR avatar Jul 04 '20 18:07 p0isonBR

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

filebe777 avatar Jul 07 '20 00:07 filebe777