Open dogod621 opened 5 years ago
I am just use pip3.6 to install the package, but a try-except syntax error occurs when I import it.
pylsd/bindings/lsd_ctypes .py: line 34
except Exception, e: pass
fix:
except Exception as e: pass
I am just use pip3.6 to install the package, but a try-except syntax error occurs when I import it.
pylsd/bindings/lsd_ctypes .py: line 34
fix: