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

linux error trying to run webui #83

Open
jimrome opened this issue Nov 5, 2020 · 1 comment
Open

linux error trying to run webui #83

jimrome opened this issue Nov 5, 2020 · 1 comment

Comments

@jimrome
Copy link

jimrome commented Nov 5, 2020

On OpenSUSE, I try to run webui-standalone.py, and get"
/var/recoll-webui-master> ./webui-standalone.py & [2] 8725 jar@jarfx:/var/recoll-webui-master> Traceback (most recent call last): File "./webui-standalone.py", line 5, in <module> import webui File "/var/recoll-webui-master/webui.py", line 25, in <module> from recoll import recoll,rclextract ImportError: No module named recoll
How do I fix this? recoll is in /usr/bin

@koniu
Copy link
Owner

koniu commented Nov 8, 2020

Looks like you're either missing the recoll python bindings or the environment you're running recoll-webui from can't find it. Dont know much about opensuse but seems their recoll package should include the python bindings. Did you install recoll from a package? Could it be that recoll-webui is running with python2 and the recoll python bindings are installed for python3? TYou might want to try https://framagit.org/medoc92/recollwebui/ - medoc92 (main recoll developer) has been maintaing a fork to keep up with developments.

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

2 participants