Quote:
Originally Posted by quiris
The script was not tested with Python 3.x so I'm pretty sure that it doesn't work on this platform 
|
That being so, shouldn't the directions for the py.zip tell you to use python2 explicitly?
https://www.python.org/dev/peps/pep-0394/
This will break on at least Arch Linux (my distro) and it is generally recommended to always be specific now, unless you are working with code that is source compatible with both python2 and python3.