yas3fs icon indicating copy to clipboard operation
yas3fs copied to clipboard

Support python3 (NameError: name 'execfile' is not defined)

Open jamshid opened this issue 11 years ago • 4 comments

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.

jamshid avatar Jul 28 '14 23:07 jamshid

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 avatar Aug 01 '14 07:08 danilop

@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.

eestrada avatar Mar 05 '16 00:03 eestrada

Just had the same issue - was the merged version released?

guss77 avatar Apr 21 '20 09:04 guss77

The latest version is on github only

jazzl0ver avatar Apr 21 '20 09:04 jazzl0ver