siyuan icon indicating copy to clipboard operation
siyuan copied to clipboard

except re.error, e:

Open AtomicNess123 opened this issue 2 years ago • 3 comments

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

AtomicNess123 avatar Apr 28 '22 08:04 AtomicNess123

getting the same error, did you find a solution?

mikec85 avatar Sep 26 '22 22:09 mikec85

Unfortunately no. I believe this project is dead.

AtomicNess123 avatar Sep 27 '22 05:09 AtomicNess123

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

medoc92 avatar Nov 05 '22 08:11 medoc92