axi0mX / ipwndfu

open-source jailbreaking tool for many iOS devices
GNU General Public License v3.0
7.06k stars 1.7k forks source link

SyntaxError: Missing parentheses in call to 'print' #268

Open darkicekeel opened 3 years ago

darkicekeel commented 3 years ago

hello i downloaded this repo locally and i tried the ipwndfu -p command, but this is what i get


    print 'USAGE: ipwndfu [options]'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('USAGE: ipwndfu [options]')?
Ashthetik commented 3 years ago

@darkicekeel the code is Python 2, you'll need to install a Py 2 env for it or modify the code on your end to be compatible with Python 3.x

darkicekeel commented 3 years ago

thnx for the hint

Ashthetik commented 3 years ago

Not a problem!