Comment # 13 on bug 1140401 from
The bottle server and web interface IS installed in /var/recoll-webui-master
var # ls recoll-webui-master
.git        README.rst  bottle.pyc   examples      static  webui-standalone.py 
webui.py
.gitignore  bottle.py   conftree.py  rclconfig.py  views   webui-wsgi.py       
webui.pyc

/var/recoll-webui-master # python webui-standalone.py
:3:common/rclinit.cpp:341::Recoll 1.25.19 + Xapian 1.4.5 [/root/.recoll]
Bottle v0.12.13 server starting up (using CherryPyServer())...
Listening on http://127.0.0.1:8080/
Hit Ctrl-C to quit.

Traceback (most recent call last):
  File "webui-standalone.py", line 18, in <module>
    webui.bottle.run(server='cherrypy', host=args.addr, port=args.port,
reloader=False)
  File "/var/recoll-webui-master/bottle.py", line 3127, in run
    server.run(app)
  File "/var/recoll-webui-master/bottle.py", line 2787, in run
    from cherrypy import wsgiserver
ImportError: cannot import name 'wsgiserver'

and the web page yields:
HTTP Status 404 ��� Not Found
Type Status Report

Message Not found

Description The origin server did not find a current representation for the
target resource or is not willing to disclose that one exists.

Apache Tomcat/9.0.20


You are receiving this mail because: