-
Notifications
You must be signed in to change notification settings - Fork 1
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
Convert the app to Python 3 #44
Comments
On this, we will have to be careful that the version of python, the version of AdaFruits GPIO library, and the version, of flask all work well together. The GPIO library may only be available for python 2.7 right now. I want to use the latest stuff but there will just need to be some testing on a BB to make sure our efforts aren't wasted. |
On the package description of the Regarding Is there a reason for using |
@dsmurl any update on this? |
@faisalraja what do you think about moving to python 3? Do you know of any dependencies this might mess with. We can always try it and I can field test it in the branch and such. |
I think it's fine. The only reason I use python2.7 is cause most of my deployments has it still as default version of the OS. If that's not a concern for this then I don't see any reason why not to move. |
In 2015, there is no point to start developing an application with python 2. The application should be converted to python 3. Besides, the project is still at an early stage so it should not be too complicated.
Requirements:
The text was updated successfully, but these errors were encountered: