jtwedt / Climate-Conversations

an app to facilitate conversations about climate events
4 stars 2 forks source link

added questions + compatibility #1

Closed mtigchelaar closed 7 years ago

mtigchelaar commented 7 years ago

The code wasn't working with python 3 (print statements need to be in parentheses, and raw_input() has been replaced by input()). Before I merge my branch with the master, could you check that the code still works on your machine?

kdoroschak commented 7 years ago

We should talk version 2 vs version 3 on Monday. If we want to use version 3, we need to make sure the libraries we plan to use are compatible. Adoption of v3 has been pretty slow (although it's gaining speed now) so it's worth making sure.

jtwedt commented 7 years ago

Yeah, there will probably be more compatibility issues with v3. Also, I think we should decide tomorrow whether to start working exclusively on the Kivy branch (I am in favor of this) or the original branch.

On Jan 14, 2017, at 7:39 PM, Katie Doroschak notifications@github.com wrote:

We should talk version 2 vs version 3 on Monday. If we want to use version 3, we need to make sure the libraries we plan to use are compatible. Adoption of v3 has been pretty slow (although it's gaining speed now) so it's worth making sure.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.