danishprakash / vim-zen

Barebones Vim Plugin Manager
MIT License
63 stars 3 forks source link

Error ZenInstall on Vim build with python 3 #11

Open nhymxu opened 6 years ago

nhymxu commented 6 years ago

I'm using vim version from jonathonf ppa. And this error happened because python remove commands package

Error detected while processing function zen#install[25]..8_parallel_operation_python: line 104: Traceback (most recent call last): File "", line 3, in ImportError: No module named 'commands' Press ENTER or type command to continue

5 is older issue i comment

cassegfault commented 6 years ago

I was experiencing this issue as well, I created a fork and a PR to address it. https://github.com/danishprakash/vim-zen/pull/12

I hope that works for you as well!