The problem here is that it's Python 3. It should be Python 2.7. Python 3 is a mistake. It's incompatible and most code written for Python 2.x will not be ported as it's not worth the effort. Python 3 should be Python 2.x compatible.
Last edited by JSWolf; 08-19-2014 at 10:22 PM.
|