I did everything according to the
https://wiki.samygo.tv/index.php?title=Extracting_the_ES-series_firmware#1._Installing_Python_.28on_Windows.29, but when unpacking I get an error
Code: Select all
Администратор@DESKTOP-CHTP9U3 /cygdrive/g/T-MST10PDEUC
$ python SamyGO.py decrypt_all T-MST10PDEUC
File "/cygdrive/g/T-MST10PDEUC/SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?
As I understand it, in new versions of python(Python3), the print command uses parentheses before the quotes, but there are no parentheses in the script. Naturally, staples are not needed in Python 2.x. But it cannot be installed in cygwin. I'm using Python 3.9.16, which was labeled as python in the installer. What should I do?