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

Fail to run on Windows #26

Open
vds2212 opened this issue Jan 8, 2021 · 0 comments
Open

Fail to run on Windows #26

vds2212 opened this issue Jan 8, 2021 · 0 comments

Comments

@vds2212
Copy link

vds2212 commented Jan 8, 2021

Dear InstantRst,

It seems that the default version of InstantRst fail to run on Windows.
After some adaptation I managed to have it working.

I had to:

  • create a InstantRst.bat file in the related Python package.
  • Adapt the redirction to windows from >/def/null to >nul
  • Make small adaption to the curl call (replace the ' by ")
  • Avoid the installation of Flask-SocketIO > 5.0.0
  • Create the C:\Users\myuser.vim folder (I'm using neovim)

pip install Flask-SocketIO==4.3.2

I have made the change in a local branch.
Let me know if you are interested I pushed my change in a branch.

Best regards,
Vivian.

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

1 participant