jerid / wifite

Automatically exported from code.google.com/p/wifite
GNU General Public License v2.0
0 stars 0 forks source link

SyntaxError #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have tried to run wifite on my Arch Linux Laptop, without any success. I cant 
realy not figure out what the problem is.

Here is some outputs ive get when im try to run it: 

[root@arch Tools]# ./wifite.py 
  File "./wifite.py", line 167
    print R+' [!]'+O+' ERROR:'+G+' wifite'+O+' must be run as '+R+'root'+W

[root@arch Tools]# python wifite.py 
  File "wifite.py", line 167
    print R+' [!]'+O+' ERROR:'+G+' wifite'+O+' must be run as '+R+'root'+W
          ^
SyntaxError: invalid syntax

The python version I have on this laptop is current: "python-3.2.2-2"

Thanks for any help or solution for this.

/Robert

Original issue reported on code.google.com by rohedl...@gmail.com on 18 Mar 2012 at 7:50

GoogleCodeExporter commented 9 years ago
must be run as '+R+'root'

Original comment by lucasdem...@gmail.com on 11 Apr 2012 at 8:02

GoogleCodeExporter commented 9 years ago
what's the meaning of 'must be run as +R+root' ? I'm having the same issue, 
running wifite with sudo... TIA!

Original comment by limaun...@gmail.com on 14 Apr 2012 at 1:40

GoogleCodeExporter commented 9 years ago
I know, this is old, but for some people this error may occur, when they have 
python3 installed. You have to use python2: "sudo python2 wifite.py"

Original comment by fakeat0...@gmail.com on 8 Apr 2013 at 9:07