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

Not working after installing with Vundle #141

Open
aftnix opened this issue Nov 12, 2015 · 3 comments
Open

Not working after installing with Vundle #141

aftnix opened this issue Nov 12, 2015 · 3 comments

Comments

@aftnix
Copy link

aftnix commented Nov 12, 2015

Installed with vundle by

Plugin 'ivanov/vim-ipython'

Then doing a !PluginInstall

Which seems to go Ok...

$ tree ~/.vim/bundle/vim-ipython/
/home/aftnix/.vim/bundle/vim-ipython/
├── CONTRIBUTING.md
├── ftplugin
│   └── python
│       ├── ipy.vim
│       └── vim_ipython.py
├── README.rst
├── test
│   └── simple.vader
└── TODO.md

But after it, I don't seem to find :help IPython or :IPython commands available.

@neerav1985
Copy link

That's correct. Temporary solution is to source it with the full path. I tried doing that,but, after that, :IPython gives below error.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 39, in km_from_string
ImportError: No module named zmq.blockingkernelmanager

@aftnix
Copy link
Author

aftnix commented Nov 29, 2015

Currently using it with by directly sourcing ipy.vim. But it all seems like a path related issue and there must be a very simple fix.

@albasili
Copy link

I am sourcing ipy.vim but nothing happens and the command IPython is still unavailable. Any ideas?

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

3 participants