Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract error #6

Open
zeleniychupakeps opened this issue Dec 11, 2023 · 1 comment
Open

Extract error #6

zeleniychupakeps opened this issue Dec 11, 2023 · 1 comment

Comments

@zeleniychupakeps
Copy link

python SamyGO.py decrypt_all T-MST10PDEUC
File "/home/thund/image/SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?

Python 3.9.16 (main, Mar 8 2023, 22:47:22)
[GCC 11.3.0] on cygwin
image

@zeleniychupakeps
Copy link
Author

after 2to3 i got this

python SamyGOp3.py decrypt_all T-MST10PDEUC
File "/home/thund/image/SamyGOp3.py", line 492
os.rename( exeDSPFileName, os.path.dirname( SquashFSImage )+os.path.sep+'squashfs-root'+os.path.sep+'exeDSP' )
TabError: inconsistent use of tabs and spaces in indentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant