pyLAR icon indicating copy to clipboard operation
pyLAR copied to clipboard

example code run error

Open KingAlawaka opened this issue 7 years ago • 0 comments

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

KingAlawaka avatar Apr 18 '18 18:04 KingAlawaka