Skip to content
New issue

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

except re.error, e: #88

Open
AtomicNess123 opened this issue Apr 28, 2022 · 3 comments
Open

except re.error, e: #88

AtomicNess123 opened this issue Apr 28, 2022 · 3 comments

Comments

@AtomicNess123
Copy link

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
@mikec85
Copy link

mikec85 commented Sep 26, 2022

getting the same error, did you find a solution?

@AtomicNess123
Copy link
Author

Unfortunately no. I believe this project is dead.

@medoc92
Copy link

medoc92 commented Nov 5, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants