koniu / recoll-webui

web interface for recoll desktop search
275 stars 55 forks source link

except re.error, e: #88

Open AtomicNess123 opened 2 years ago

AtomicNess123 commented 2 years ago

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 commented 2 years ago

getting the same error, did you find a solution?

AtomicNess123 commented 2 years ago

Unfortunately no. I believe this project is dead.

medoc92 commented 1 year ago

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