Leap Motion setup for Mac Blender?

Has anyone been successful in getting Leap frame data into Blender for Mac?

When I import Leap, I get a Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6 logout [Process completed]

If I run SamplePython33.py from the separate myLeapPythonFolder/One_Folder folder, I get:
File “/Users/paulcoones/Documents/myLeapPythonFolder/One_Folder/Leap.py”, line 99
def value(self) -> “PyObject *” : return LeapPython.SwigPyIterator_value(self)
^
SyntaxError: invalid syntax

This was in the Blender Scripts addons /One_Folder/SamplePython33.py/import Leap.py