Code Monkey home page Code Monkey logo

Comments (4)

JBakamovic avatar JBakamovic commented on August 17, 2024

From the screenshot it seems like Python watchdog module is not properly installed. Can you try installing it manually for the distribution you're running and try running yavide once more?

Speaking of vim vs. gvim, I think it's not impossible but it is also not straightforward. One example is support for clientserver which by default, at least on F24, is not compiled into vim and that is amongst most important things that most other features rely upon. Of course you can give it a try and compile your own version of vim to include support for clientserver but I am not sure if that is the only thing which needs to be tweaked.

from yavide.

ckubrak avatar ckubrak commented on August 17, 2024

@JBakamovic thanks for your quick answer. I've just tried installing python watchdog (from arch official repositories and from pip) and even after rebooting, I'm still getting the same error. Just in case, this is my vim --version https://gist.github.com/ckubrak/4f868c26deb76679f0902a56864c468c

Edit:
When I try running vim I get this waring:

Error detected while processing /home/cristian/.vimrc:
line 191:
E484: Can't open file /home/cristian/core/.core.vimrc

Line 191 is:

execute('source ' . g:YAVIDE_ROOT_DIRECTORY . '/' . file)

from yavide.

JBakamovic avatar JBakamovic commented on August 17, 2024

Can you please try running import watchdog or from watchdog.observers import Observer from interactive Python interpreter? I.e. run python from your console

Do you get errors there?

from yavide.

ckubrak avatar ckubrak commented on August 17, 2024

@JBakamovic I don't get any error when I run it with python 3.5 but I do get

ImportError: No module named watchdog.observers

when I run python 2.7

Edit: I used pip2.7 to install watchdog and now is running fine

from yavide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.