I get this error. What am I missing? Thanks!
Traceback (most recent call last):
File "webui-standalone.py", line 4, in <module>
import webui
File "/Users/user/Downloads/recoll-webui/webui.py", line 4, in <module>
import bottle
File "/Users/user/Downloads/recoll-webui/bottle.py", line 380
except re.error, e:
^
SyntaxError: invalid syntax
I get this error. What am I missing? Thanks!