It appears that all the demos are littered with this syntax error. The SVN installed fine with python setup.py install up until it ran into __init__.py where the first print SyntaxError was hit. I modified it to the correct syntax and ran python setup.py install again.
However, when I went to test the demo files I found the same error being thrown. It's almost always the wrong print syntax.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It appears that all the demos are littered with this syntax error. The SVN installed fine with python setup.py install up until it ran into __init__.py where the first print SyntaxError was hit. I modified it to the correct syntax and ran python setup.py install again.
However, when I went to test the demo files I found the same error being thrown. It's almost always the wrong print syntax.