Open GoogleCodeExporter opened 9 years ago
What version of python are you running?
You can find out by typing "python -V"
Wifite is written to work with Python 2.7.x, but is compatible with 2.4.x and
2.6.x.
Based on the error, I'm guessing that you're running Python 3.x
If you have python 2.x installed, you can type:
python2 wifite.py
or
python2.7 wifite.py
or
python2.4 wifite.py
To force executing wifite with a compatible version of Python.
Type "python<TAB><TAB>" at the terminal to see the list of python versions
installed.
Original comment by der...@gmail.com
on 22 Feb 2012 at 6:41
Hi, I have the same problem, i ran python2.7 wifite.py and python2 wifite.py.
with both i get the same error
the term opens, but prints the error again
--------------------------------------------
File "wifite.py", line 35
print '[!] unable to import pexpect'
^
SyntaxError: invalid syntax
------------------------------------------------
when i run phyton<TAB><TAB> i get this
python python2-config python3.2mu
python2 python3 python3.2mu-config
python2.7 python3.2 python3-config
python2.7-config python3.2-config python-config
I'm in arch too
Original comment by ezoj.d.g...@gmail.com
on 17 Mar 2012 at 6:40
Original issue reported on code.google.com by
l3d...@gmail.com
on 19 Feb 2012 at 7:30