ipwndfu icon indicating copy to clipboard operation
ipwndfu copied to clipboard

Error when running ./ipwndfu -p

Open ghost opened this issue 2 years ago • 2 comments

It comes out with this when I try to run it. "print 'USAGE: ipwndfu [options]' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?"

ghost avatar Nov 09 '22 22:11 ghost

Its because its calling 'Print' and not print(...) so its trying to use python2 feature 'Print'. In python3 is uses the print(...) i do not know how to fix it... would be great if someone would help.

ion4t4 avatar Nov 15 '22 18:11 ion4t4

Its because its calling 'Print' and not print(...) so its trying to use python2 feature 'Print'. In python3 is uses the print(...) i do not know how to fix it... would be great if someone would help.

I try to adapt to python3

alwwwd avatar May 18 '23 08:05 alwwwd