ipwndfu icon indicating copy to clipboard operation
ipwndfu copied to clipboard

SyntaxError: Missing parentheses in call to 'print'

Open darkicekeel opened this issue 3 years ago • 3 comments

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]')?

darkicekeel avatar Jun 19 '21 03:06 darkicekeel

@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

Ashthetik avatar Jun 23 '21 03:06 Ashthetik

thnx for the hint

darkicekeel avatar Jul 02 '21 01:07 darkicekeel

Not a problem!

Ashthetik avatar Jul 02 '21 02:07 Ashthetik