Closed ghost closed 8 years ago
Yes, see setup.py
.
I have the exact same issue on rhel7 with VIM 7.4 I just updated the plugin via Vundle.
Ran the setup.py install script. I also tried to rebuild, then install.
Ran the setup.py install script.
And what was the result of the script? Did it say something on the output?
Sorry for the late reply.
I don't recall the output message, but it didn't help. What did work, was to clone ropemode into my home, then export the PYTHONPATH rather than using the vundle .vim directory.
I'm kinda fuzzy about the details. I'll try to retrace my steps and update this post. Thx for checking.
Note, once again, this line in README
:
First add ropevim folder to the PYTHONPATH
(or install it using python setup.py install).
and take a look at https://pypi.python.org/pypi/ropevim/ … that package when properly installed pulls in ropemode
.
Simple
pip install ropevim
should be all needed (and yes, I should upgrade README
), pull request welcome.
It seems that ropemode must be installed too, right?