savio-code / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1.24k stars 375 forks source link

Python 3 #132

Open sekxkitten opened 5 years ago

sekxkitten commented 5 years ago

Hello, Fern updated and im now receiving the following error - I have updated to the newest python and it still trys to load and when i manually load it with python -v 3 it doesnt fire it up, I have uninstalled it and re-installed with the same issue, how can i fix this?

You have executed the program using Python 2.7.16+.

Please use Python 3 or above to run this program

savio-code commented 5 years ago

Please run from command line, what errors are displayed

theS1LV3R commented 5 years ago

To run the program with python 3 you can use python3 instead of python -v 3

aneesahmadpk commented 4 years ago

i have the same issue when i open fern-wifi-cracker it shows Python 3 required "You have executed the program using Python 2.7.16+.

Please use Python 3 or above to run this program" but i have installed lastest version of Python3.8.0 can anyone suggest me what to do please

cutboy2010 commented 4 years ago

any one can help same error

NekoLuka commented 4 years ago

Assuming you are using Linux, use which fern-wifi-cracker, and open the file path that is given in a text editor. Change the cd /usr/share/fern-wifi-cracker/ && python execute.py "$@" to cd /usr/share/fern-wifi-cracker/ && python3 execute.py "$@" Save the file, and try starting fern-wifi-cracker in the terminal with sudo. If everything is done correct, fern should start with python3

hendo001 commented 4 years ago

Assuming you are using Linux, use which fern-wifi-cracker, and open the file path that is given in a text editor. Change the cd /usr/share/fern-wifi-cracker/ && python execute.py "$@" to cd /usr/share/fern-wifi-cracker/ && python3 execute.py "$@" Save the file, and try starting fern-wifi-cracker in the terminal with sudo. If everything is done correct, fern should start with python3

You can always just go to the /usr/bin/ folder and open the fern-wifi-cracker file there and edit the line indicated above.

mircobertini commented 1 year ago

i have resolved in this way.. Change the cd /usr/share/fern-wifi-cracker/ python3 execute.py "$@" to cd /usr/share/fern-wifi-cracker/ python execute.py "$@" and it work flawlessy!