thp / psmoveapi

Cross-platform library for 6DoF tracking of the PS Move Motion Controller. Sensor fusion, computer vision, ambient display (LED orb).

Home Page:https://thp.io/2010/psmove/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many of the Python Examples have missing parentheses

SilasStewart opened this issue · comments

commented

In many of the python examples, running them will give errors saying:

  File "/psmoveapi/examples/python/tracker_image_pygame.py", line 54
    print 'Trying to calibrate...'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Trying to calibrate...')?

This is a pretty simple fix to add them, but I can see how working with multiple languages can get hard to get the syntax correct

commented

Oh, whoops, I completely missed that! Sorry to bother you.