You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
I was able to fix it by installing version 2.7.2
if i try to fix it it just keeps going on and on and on with finding new errors.
G:\>main_recover.py -i XBOX_IMAGE.img -o xna -n 2 -r -so
Traceback (most recent call last):
File "G:\main_recover.py", line 6, in <module>
from fatx_analyzer import FatXAnalyzer
File "G:\fatx_analyzer.py", line 1, in <module>
from fatx_filesystem import FatXDirent, VALID_FILE_ATTRIBUTES
File "G:\fatx_filesystem.py", line 249
print 'Failed to set timestamps.'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Failed to set timestamps.')?
The text was updated successfully, but these errors were encountered:
I was able to fix it by installing version 2.7.2
if i try to fix it it just keeps going on and on and on with finding new errors.
The text was updated successfully, but these errors were encountered: