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

Python Version #20

Open
josiah47 opened this issue Apr 9, 2015 · 2 comments
Open

Python Version #20

josiah47 opened this issue Apr 9, 2015 · 2 comments

Comments

@josiah47
Copy link

josiah47 commented Apr 9, 2015

Seems to be it doesn't like python version 3 or greater?

way to improve script to detect new python version not supported? or update code to be python 3 compatible?

@dgrant
Copy link
Owner

dgrant commented Apr 9, 2015

This needs to be thought through. We could try to support python 2.x and 3.x at the same time. We could branch and leave 2.x support on the branch. Or we continue to just support 2.x since it is still possible to use 2.x. Is there a reason you don't have Python 2.x? We need Python 2.x support AFAIK because some NAS devices may not come with Python, but I don't have a NAS currently, so I'm not sure.

@Hilbert70
Copy link

Hi,
I forked the repo and made it work with python3 with my eye-fi card.
Don't know of all options to work, but it is working for my card with my options...
I just copied some cgi stuff because it is going to be removed in python 3.13, just to make it work.
I could have done it the right way by implementing the functions according to what python is saying you have to do. But that would probably cost me weeks to implement and this is running locally without connections to the outside world, so I consider it safe-ish.

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

3 participants