Support python3 (NameError: name 'execfile' is not defined)
Was getting the below error for "pip install yas3fs". NameError: name 'execfile' is not defined Realized I was using python 3.3. Since (finally) python3 is getting more widespread, would be nice if yas3fs was compatible. In meantime, maybe a note on install page that python3 is not supported.
yas3fs was developed on Python 2.6-2.7 and I never tested it on Python 3. I just discovered that boto (the AWS Python SDK) now supports Python 3 [ http://boto.readthedocs.org/en/latest/releasenotes/v2.32.0.html ], so that should be "easier".
Is there anyone who'd like to invest some time in making yas3fs Python 3 compatible?
@danilop I just commented on issue #115 regarding this. I am happy to invest time in this. Is there some idea as to what is required, or will I need to dig around and find the incompatibilities myself? That is fine if I do need to, I just don't want to duplicate work if it has already been done.
Just had the same issue - was the merged version released?
The latest version is on github only