We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
getting the same error, did you find a solution?
Sorry, something went wrong.
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: #83 (comment)
No branches or pull requests
I get this error. What am I missing? Thanks!
The text was updated successfully, but these errors were encountered: