+ 2
Port for Python2 code
What is the easiest way to run python2 code on device with python3 installed without running into errors ?
2 odpowiedzi
+ 5
install python2 right along side it. I've done it before!
+ 1
Use futurize: http://python-future.org/automatic_conversion.html