Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Python 3.7 is currently broken #3

Open
Hopefullyidontgetbanned opened this issue May 10, 2019 · 1 comment
Open

Python 3.7 is currently broken #3

Hopefullyidontgetbanned opened this issue May 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Hopefullyidontgetbanned

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.')?
@aerosoul94 aerosoul94 added the enhancement New feature or request label May 10, 2019
@aerosoul94
Copy link
Owner

Yeah I've always used Python 2.7 but it should be easy to add Python 3 support. It is in the TODO list within the README by the way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants