-
Notifications
You must be signed in to change notification settings - Fork 67
Description
I am trying to execute a example script, but I am getting error "module is not callable"
`runfile('/data/Work/workspace/seperator-detection/cap-python-lsd/pylsd/example/example_cv2.py')
Traceback (most recent call last):
File "", line 1, in
runfile('/data/Work/workspace/seperator-detection/cap-python-lsd/pylsd/example/example_cv2.py')
File "/data/repos/tfenv/lib/python3.6/site-packages/spyder_kernels/customize/spydercustomize.py", line 704, in runfile
execfile(filename, namespace)
File "/data/repos/tfenv/lib/python3.6/site-packages/spyder_kernels/customize/spydercustomize.py", line 108, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "/data/Work/workspace/seperator-detection/cap-python-lsd/pylsd/example/example_cv2.py", line 16, in
lines = lsd(gray)
TypeError: 'module' object is not callable`