-
Notifications
You must be signed in to change notification settings - Fork 55
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
Problem with running webui-standalone.py in windows #62
Comments
Hi, Recoll developper here. The webui server side does not work in windows. I don't think that the Recoll Python module was ported to Windows actually. It might be possible, but nobody tried. |
Hi @medoc92 : Do you see any way of getting the WebUI to run on a Windows Server? Thanks |
As mentionned above, the Recoll Python module was not ported to Windows. It's probably feasible, but quite a bit of work. I have no motivation to do it except maybe if someone pays for it (I'd have to take a closer look first). I think that the easiest approach for doing this actually would be to run recoll and the webui in a Linux VM on the Windows server. |
@medoc92 thanks for the quick reply. I'll give your suggestion with the virtual box a shot. |
I had a quick look and building/using the extension under Windows is probably not going to be a piece of cake. For example: the standard Python is built with the Microsoft compiler but Recoll currently uses mingw, so we'd need to either build Recoll with MSVC, which I had initially tried for the port, with no success, or use a MinGW build of Python. So let me know how it goes with the VM approach. Don't hesitate to reach me at [email protected] if you have issues. |
I got recoll-webui and ran webui-standalon.py on cmd, but I get this error. Traceback (most recent call last):
File "./webui-standalone.py", line 3, in
import webui
File "/media/daten/download/recoll-webui/webui.py", line 6, in
import recoll
ImportError: No module named recoll
Does this work on Windows? I'm not sure about this. Clarify
The text was updated successfully, but these errors were encountered: