You are not logged in.
When I try pacaur -S vim_bridge-git, I get the following error:
Traceback (most recent call last):
File "setup.py", line 7, in <module>
from ez_setup import use_setuptools
ImportError: No module named ez_setup
==> ERROR: A failure occurred in package().
Aborting...
:: vim_bridge-git cleanedAny ideas?
Offline
Install python2-distribute.
Edit: The package is called python2-setuptools, it provides python2-distribute.
Last edited by karol (2014-03-06 16:39:42)
Offline
Thanks, that worked so far. I need it for the package vim-rst-tables-git which I'm now able to install. But the installation doesn't seem to do anything to my vim installtion. Neither can I use ,,c to create tables nor are there any new files created in my ~/.vim folder. What's wrong?
Offline