I have an android TV Box running android 7.1.x, that I want to execute a Python 2.x script.
It seems that Qpython will not install on this device. I Installed Qpython 3
The script I want to run is here: https://github.com/mathsgrinds/ustvnow-iptv-m3u-playlist
When I run this from Qpython 3 , I get
Error Line 76
print csrf
^
SyntaxError : invalid syntax
As I understand it Python 2.x code may not run on Python 3.x but not sure this is the only issue.
is there a qpython(2) that will run on android 7.1.x ?
All I want to do is to be able to execute one script.
Thanks
Mark