siyuan
siyuan copied to clipboard
except re.error, e:
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
getting the same error, did you find a solution?
Unfortunately no. I believe this project is dead.
You're trying to run python2 code with python3.
The WebUI is still maintained with recoll on its repo web site (framagit): https://framagit.org/medoc92/recollwebui
The version there has been updated for python3 (quite some time ago...) Also see this comment from koniu for confirmation: https://github.com/koniu/recoll-webui/issues/83#issuecomment-723658259