pyLAR
pyLAR copied to clipboard
example code run error
When I try to run the example code I got this error. Any ideas? thanks in advance
Traceback (most recent call last): File "ex1.py", line 52, in <module> import pyLAR.alm.ialm as ialm File "/home/king/opencv_codes/pyLAR-master/examples/../pyLAR/__init__.py", line 20, in <module> from . import alm File "/home/king/opencv_codes/pyLAR-master/examples/../pyLAR/alm/__init__.py", line 20, in <module> from . import ealm File "/home/king/opencv_codes/pyLAR-master/examples/../pyLAR/alm/ealm.py", line 189 print ' '.join(message) ^ SyntaxError: invalid syntax